-
hello there 👋 😋 i could not find a discussion on that very topic, hope i'm not creating a duplicate here 😌 my current setupi have switched from the git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term now i have i've even been able to cp -r ~/.config/helix/runtime/queries/pascal/ ~/.config/helix/runtime/queries/oberon/ my actual questioneverything seems to work fine for now but i do not understand the following > hx --grammar fetch; hx --grammar build
Fetching 114 grammars
114 up to date git grammars
Building 114 grammars
114 grammars already built where are these grammars files fetched and built to? 🤔 i could not find any "helix" directory in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You can find the compiled tree-sitter grammars in |
Beta Was this translation helpful? Give feedback.
You can find the compiled tree-sitter grammars in
~/.config/helix/runtime/grammars
. Are you asking out of curiosity or do you want to solve a specific problem?