-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add syntax highlighting for Solidity #1853
Comments
The problem is that the grammar We've run into this with a few grammar repositories and the usual fix is to depend on a fork that checks Footnotes
|
Thanks, @the-mikedavis . I created a fork that includes the
Where can I look for more details for debugging? |
So now that you have the parser installed, you'll just need to add some tree-sitter queries (check out the docs here: https://github.com/helix-editor/helix/blob/master/book/src/guides/adding_languages.md#queries). You'll want to create a (Eventually I'd like to show whether the parser is available in the |
This is the only result I've come across so far for tree-sitter support for Solidity https://github.com/JoranHonig/tree-sitter-solidity
I tried adding it in
languages.toml
, but I get the following errors:Is there anything obvious I'm doing incorrectly?
Related: I added LSP support in #1848
The text was updated successfully, but these errors were encountered: