Compiling error: Failed to fetch tree-sitter grammars: unknown field comment-token
, expected name
or `source
#8282
Answered
by
kirawi
waldauf
asked this question in
Troubleshooting
-
Hi, I'm trying to compile up-to-date Helix version according doc web but I got stuck on the error with
I don't think it's a bug, more my not knowing of Rust. Can I ask you for help? OS: Mac |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Sep 14, 2023
Replies: 1 comment 3 replies
-
Do you have a custom [[grammar]]
name = ".."
comment-token = ".." instead of [[language]]
name = ".."
comment-token = ".."
[[grammar]]
name = ".."
source = { .. } |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
waldauf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have a custom
languages.toml
where you're building? It's basically encountering:instead of