vlang / v-analyzer

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

update `parser.c` #13

Closed ttytm closed 8 months ago

ttytm commented 9 months ago

Updates parser.c to align with the current development state. For example, the updated file incorporates a fix for comment highlighting in which text that is not a comment is highlighted as a comment if it is located between block comments.

Current main Updated
ts1 ts2(1)