zee-editor/zee

Alternative grammars

dmvianna opened this issue · 2 comments

Is there a recommended way to install grammars not build by default with zee --build?

Thank you for the question!

Right now it's only possible to configure the available grammars by editing modes.ron and rebuilding the editor.

I am working on changing this in #29 which makes grammars configurable at runtime (e.g. the tree sitter parsers and modes).

Longer term: a lot more things will be configurable, such as key bindings, themes and I hope eventually using rust/wasm plug-ins to extend zee itself.

See the configuration section in the README and the config.ron file for customising what grammars are used -- both git and local are supported.

Fixed by #29