You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would suffice to simply add query as an alias for scheme, so editors with better support (Neovim) can leverage that while still getting basic scheme syntax highlighting on Github.
(To be clear, the main goal here is codeblock injections in markdown.)
If you want to go the extra mile and this is possible for linguist, you can distinguish by file path: any **/queries/*/*.scm file is very likely a query. (This is how Neovim decides, but the convention is of course global across the tree-sitter ecosystem.)
Language name
Keeping "Scheme" should be fine but "Tree-sitter" or "Tree Query" could be used instead.
URL of example repository
https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries
URL of syntax highlighting grammar
https://github.com/nvim-treesitter/tree-sitter-query (for tree-sitter)
Most popular extensions
Uses the same extension as Scheme (
.scm
) so some heuristic would be required.Detected language
Scheme
The text was updated successfully, but these errors were encountered: