vlang / v-analyzer

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

[tree_sitter_v] Detach shebang from comment #32

Closed Lycs-D closed 5 months ago

JalonSolov commented 5 months ago

Ah, as in treat it as it's own thing, instead of a regular comment.

ttytm commented 5 months ago

In Vs ast it is treated as comment but for ts it can work nicely as it's own thing I guess :+1:

JalonSolov commented 5 months ago

Yep, I like the idea. It is, after all, a very specific/special type of comment.