Comment by petre
1 year ago
What are you talking about? It uses TOML for config files and some S-expressions for queries, which is actually a consequence of using tree sitter.
1 year ago
What are you talking about? It uses TOML for config files and some S-expressions for queries, which is actually a consequence of using tree sitter.
I should have specified internal config files for the runtime queries that you mention. Those are .scm files.
I wouldn't really count that as editor config. Every editor with treesitter support will have configs for treesitter, for instance: https://github.com/nvim-treesitter/nvim-treesitter/blob/mast...
My comment is in the context of 'their own Scheme implementation'. Since they already handle some .scm files internally it's not that wild to pick Scheme over other languages as the base for plugins. It's a power user editor, Scheme should not scare them.