Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

The highlighting seems a little off #7

Closed
Mattieuga opened this issue Mar 1, 2014 · 3 comments
Closed

The highlighting seems a little off #7

Mattieuga opened this issue Mar 1, 2014 · 3 comments

Comments

@Mattieuga
Copy link

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

screen shot 2014-02-28 at 8 30 59 pm

Sublime

screen shot 2014-02-28 at 8 31 08 pm

@darkhelmet
Copy link

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.

@elithrar
Copy link

elithrar commented Mar 2, 2014

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.
nathansobo pushed a commit that referenced this issue May 7, 2014
Attempt to rewrite grammar rules correctly (#7)
@probablycorey
Copy link

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.

somthing go - _users_corey_desktop

text from image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants