Xapphire13 / tree-sitter-syntax-visualizer

Syntax tree visualizer for tree-sitter
20 stars 5 forks source link

fix column in selection #2

Closed clojj closed 6 years ago

clojj commented 6 years ago

with this PR, the selected text in the editor resembles the actual span of the AST. I am confident, that the end-column is 'exclusive'. Before, the 'x' in line 3 was included in the selection.

column-span-fix

clojj commented 6 years ago

I think I misinterpreted the ERROR selection. Seems like everything is ok with the end column.