Replies: 1 comment
-
(Converted to an ideas discussion) I agree. It would indeed be nice to have a Slim tree sitter grammar. Many editors use tree sitter these days, including Neovim and Emacs, which I use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing with Zed, which doesn't use TextMate grammars like VS Code and Atom do, but rather uses tree-sitter for syntax highlighting.
Theoretically, writing a tree-sitter grammar should be easier than the TextMate grammar, because it doesn't use regexes AFAIK. I don't think I have the time to write one myself unfortunately, but I thought I'd still put out this feature request.
Other than Zed, Neovim also supports tree-sitter, but it falls back to the Vim plugin, which is regex-based.
Beta Was this translation helpful? Give feedback.
All reactions