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

Add highlight.scm

Open theHamsta opened this issue 1 year ago • 1 comments

@clason does tree-sitter highlight have any documented guidelines for upstream queries? I tried to follow tree-sitter-cpp, tree-sitter-c. locals.scm/injection.scm could be added following nvim-treesitter

Rust crate needs update for the query constants

Fixes #91

theHamsta avatar Aug 20 '24 21:08 theHamsta

@clason does tree-sitter highlight have any documented guidelines for upstream queries?

I am not aware of any. Github added a set of "base captures" to tree-sitter, but that's fan fiction as far as I am concerned. For this org, though, nvim-treesitter queries are the standard, so just upstream those.

clason avatar Aug 20 '24 22:08 clason