vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
103 stars 13 forks source link

ci: add linting and formatting automation to tree-sitter grammar #68

Closed ttytm closed 6 months ago

ttytm commented 6 months ago

The PR ensures better code consistency and standards.

The PR makes uses of the above to fix lint warnings and to format the code. To verify those fixes and the formatting didn't change the grammar, the current parser.c can be re-generated and confirmed that it didn't change.