sublime-treesitter / TreeSitter

Sublime Text Tree-sitter configuration and abstraction layer
MIT License
19 stars 1 forks source link

Can we distribute queries? #4

Open kaste opened 7 months ago

kaste commented 7 months ago

We of course first have the problem to download and compile recent enough languages. But these languages are just too diverse, and to write multi-language tools/snippets we need queries. Probably the best maintained ones are the neovim-treesitter-queries. (https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries). Helix has them here https://github.com/helix-editor/helix/tree/master/runtime/queries. These are just huge and time-consuming to write.

Can we and should we grab and redistribute them here?