vlang / v-analyzer

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

chore: don't label tree_sitter_v as vendored in `.gitattributes` #70

Closed ttytm closed 3 months ago

ttytm commented 3 months ago

Removes the vendored label from tree_sitter_v. The module is a part of the project that is actively developed inside the project and not really something "vendored". The tree_sitter_v module has it's own .gitattributes file that excludes generated code.

It would result in the following Screenshot_20240326_192859

Imho it's preferable to display the linguistics of the code base like this.