This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
The highlighting seems a little off #7
Comments
I guess the big obvious one is method calls are not identified differently (they are blue in Sublime). The other is the formats in strings. |
Not just method calls, but also package namespaces. |
moshee
added a commit
to moshee/language-go
that referenced
this issue
Apr 30, 2014
Due to being machine converted several times and actually being an amalgam of Java, C, D, Python, a little Go, and some other syntaxes I can't recognize, the Go grammar has been having a bit of a hard time highlighting actual Go code. It was kind of bothering me so I deleted most of it and replaced it with a port of the "misc/vim" syntax in the standard Go distribution. Some things are missing, but for now, it's much more Go-compliant than before.
5 tasks
nathansobo
pushed a commit
that referenced
this issue
May 7, 2014
Attempt to rewrite grammar rules correctly (#7)
It looks like go formatting has improved quite a bit. I'm going to close this. If there are still problems it would be super helpful if someone opened a new issue with specific problems that need to be addressed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example (compared to my sublime output, both using Solarized (Dark) ). It's natural for the two color scheme to be a bit different, but it seems the Atom parser is not identifying things the same:
Atom
Sublime
The text was updated successfully, but these errors were encountered: