julia-ts-mode icon indicating copy to clipboard operation
julia-ts-mode copied to clipboard

Grammar installation instructions for Windows

Open non-Jedi opened this issue 1 year ago • 1 comments

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.

non-Jedi avatar Jan 23 '24 17:01 non-Jedi