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've written a ron tree-sitter grammar (repo) -- early days, but hopefully may be useful to others.
I've written it to use in the zee text editor which uses ron for its config too. It should be easy to add to any editor with support for tree sitter parsers (such as helix mentioned by OP), though you'll have to write the highlights query.
Tree-sitter is a parsing library that can be used with editors such as neovim or helix(by default). Would it be possible to add support for it?
The text was updated successfully, but these errors were encountered: