Skip to content

Commit 8148c37

Browse files
committed
支持注释
1 parent 4bb318f commit 8148c37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

script/core/view/psi-view.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ local function toPsiNode(astNode, state)
2424
if not astNode then
2525
return
2626
end
27-
if astNode.type == "doc" then
28-
return
29-
end
3027

3128
local startOffset = guide.positionToOffset(state, astNode.start)
3229
local finishOffset = guide.positionToOffset(state, astNode.finish)

0 commit comments

Comments
 (0)