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

Add syntax highlighting queries

Open Wilfred opened this issue 2 years ago • 3 comments

This is largely based on the nvim-treesitter highlighting, but enables other tree-sitter-kotlin projects to include syntax highlighting.

Wilfred avatar Apr 18 '22 00:04 Wilfred

Wow, this is pretty cool, thanks!

I haven't looked that much into tree-sitter's built-in support for syntax highlighting yet, but I hope to find some time to do so soon and get this merged.

fwcd avatar Apr 18 '22 01:04 fwcd

Tree sitter wasm is giving me some errors with this one RangeError: Bad node name 'character_escape_seq' and when I comment that one out I get Bad node name '' (seems something with the operator section, but can't figure out what)

Edit: "?." and "!is"

MolotovCherry avatar Jun 02 '22 23:06 MolotovCherry

Has there been any update on this pr? I'm keen to try it! :)

RenFraser avatar Sep 23 '22 12:09 RenFraser