tree-sitter-haxe
tree-sitter-haxe copied to clipboard
Remove keyword node from syntax tree
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.