atom / language-go

Go language package for Atom
Other
106 stars 65 forks source link

Add more scopes to the tree-sitter go grammar #158

Closed Ben3eeE closed 6 years ago

Ben3eeE commented 6 years ago

TODO

Changes

/cc: @maxbrunsfeld

maxbrunsfeld commented 6 years ago

I pushed an update to tree-sitter-go that addresses some issues:

Ben3eeE commented 6 years ago

Nice, yeah it seems like we have this problem in other languages as well. The %. Like in Python {} is not highlighted in a string /cc: https://github.com/atom/language-python/issues/281#issuecomment-434022848