-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add syntax highlighting for Solidity #1854
Conversation
@the-mikedavis I've got another basic question. After adding the highlight queries, when I try to open a
It happens both with an existing file, or creating a new one: |
Looks like the parser was generated with an old tree-sitter CLI |
Thanks! Note to myself: don't use the tree-sitter-cli installed via npm. It's older and has fewer features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
TODO:
tree-sitter-solidity
that includessrc/
and the generated files.Resolves #1853