vantreeseba / tree-sitter-haxe

MIT License
26 stars 11 forks source link

Remove keyword node from syntax tree #47

Closed tobil4sk closed 2 months ago

tobil4sk commented 3 months ago

Editors may not want to mark all of them with @keyword, for example neovim provides more specific groups such as @keyword.modifier etc. so it is better to let the highlights.scm file decide how to handle these.