I got a PR merged into #HelixEditor today! #Solidity is now much nicer to use thanks to the textobject queries and better syntax highlighting.

https://github.com/helix-editor/helix/pull/10318

#helix #web3 #ethreum #blockchaindeveloper

feat(solidity): add textobject queries for solidity by beeb · Pull Request #10318 · helix-editor/helix

This PR adds textobject queries for the solidity language. In order to enable some of the queries, some upstream work has been done on the tree-sitter grammar. This PR updates the grammar version a...

GitHub
It was especially interesting to learn about tree-sitter and how to write queries for it. I also published some upstream work on the tree-sitter grammar repo to add missing scopes that helped with some of the queries.