atom / language-go

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

Go not highlighted with tree-sitter #150

Closed chbk closed 6 years ago

chbk commented 6 years ago

Go files aren't stylised by syntax highlighting packages that look for syntax--source. Adding a 'program' scope in tree-sitter-go.cson would maybe fix this?

Arcanemagus commented 6 years ago

I believe this should have been fixed by https://github.com/atom/language-go/pull/151.