JuliaEditorSupport / julia-ts-mode

Experimental Emacs Julia major mode using tree-sitter
MIT License
37 stars 8 forks source link

Grammar installation instructions for Windows #20

Open non-Jedi opened 8 months ago

non-Jedi commented 8 months ago

treesit-auto implicitly assumes the presence of a C compiler and linker on exec-path by relying on treesit-install-language-grammar for installing missing grammars. On linux this is a reasonable assumption, but it is rarely true on Windows. The grammar installation section of the README should either recommend either installing compiler tool-chain onto exec-path or directly downloading and manually installing the grammar. I'm not sure which is more preferable.

ronisbr commented 8 months ago

Hi @non-Jedi !

Since I do not have a Windows machine to test, I cannot help here unfortunately :(