DanielGavin / ols

Language server for Odin
MIT License
425 stars 66 forks source link

semantic tokens overwrite escaped chars #204

Closed thetarnav closed 1 year ago

thetarnav commented 1 year ago

with: image

without: image

typescript for reference: image

DanielGavin commented 1 year ago

I'm planning on removing all the semantic stuff on what should be done with grammar files / tree-sitters. And only give the really semantic needed tokens which will be for identifiers/selector expressions.

DanielGavin commented 1 year ago

Fixed.