tree-sitter-kotlin icon indicating copy to clipboard operation
tree-sitter-kotlin copied to clipboard

Incorrect import syntax affects parsing of lines below

Open RenFraser opened this issue 3 years ago • 0 comments

When editing kotlin-language-server's CodeAction.kt I've noticed that if you have bad syntax, the parser will remove the highlighting from the next lines within the import block. See the screenshot for more context.

kotlin_treesitter

RenFraser avatar May 13 '22 11:05 RenFraser