mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
mention the requirement of C++ compiler for building grammar in doc (#2592)
This commit is contained in:
parent
a106341fd7
commit
b31788102e
@ -79,4 +79,4 @@ ## Building tree-sitter grammars
|
|||||||
|
|
||||||
Tree-sitter grammars must be fetched and compiled if not pre-packaged.
|
Tree-sitter grammars must be fetched and compiled if not pre-packaged.
|
||||||
Fetch grammars with `hx --grammar fetch` (requires `git`) and compile them
|
Fetch grammars with `hx --grammar fetch` (requires `git`) and compile them
|
||||||
with `hx --grammar build` (requires a C compiler).
|
with `hx --grammar build` (requires a C++ compiler).
|
||||||
|
Loading…
Reference in New Issue
Block a user