albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
912 stars 156 forks source link

Tree-Sitter grammar for Squirrel #268

Open amaanq opened 1 year ago

amaanq commented 1 year ago

This isn't really an issue, but I'd like to say I wrote a tree-sitter grammar for Squirrel so people using editors like Neovim can leverage good syntax highlighting, code folding, auto indentation, etc from it.

Here it is if anyone's interested: https://github.com/amaanq/tree-sitter-squirrel

albertodemichelis commented 1 year ago

nice