We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb318f commit 8148c37Copy full SHA for 8148c37
script/core/view/psi-view.lua
@@ -24,9 +24,6 @@ local function toPsiNode(astNode, state)
24
if not astNode then
25
return
26
end
27
- if astNode.type == "doc" then
28
- return
29
- end
30
31
local startOffset = guide.positionToOffset(state, astNode.start)
32
local finishOffset = guide.positionToOffset(state, astNode.finish)
0 commit comments