How to get treesitter grammar for kitty working? #12784
Unanswered
dryBoneMarrow
asked this question in
Q&A
Replies: 2 comments 1 reply
-
And what are the requirements for adding stuff to the upstream languages.toml? If I get this working I could make a PR if such niche-languages are accepted |
Beta Was this translation helpful? Give feedback.
1 reply
-
See https://docs.helix-editor.com/master/guides/adding_languages.html To get the parser working you'll need to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to get the treesitter grammar for the configuration of the kitty terminal working. This is my config:
The config file is correctly identified but the treesitter grammar isn't applied. I fetched and built all grammars without errors.
hx --health kitty
reports no treesitter grammar.Has anybody an idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions