tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 31 forks source link

Readme should state on how to install the grammar #115

Closed mauro3 closed 11 months ago

mauro3 commented 11 months ago

That would be helpful to get started. As the entry-point for this, https://github.com/ronisbr/julia-ts-mode, is not more specific either.

savq commented 11 months ago

Unfortunately different editors and tools use different conventions for compilation and paths, so we cannot add installation instructions that work for everyone.

I'd suggest you open and issue in julia-ts-mode to clarify how this is done in Emacs.

For development of the grammar itself, we could add some emacs specific notes to our CONTRIBUTING file, like the section explaining how to use a local grammar in neovim. I didn't write about emacs because I don't know emacs 😅

mauro3 commented 11 months ago

Thanks for the clarification, makes sense. I'll open the issue with julia-ts-mode