Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: syntax highlighting is incorrect #40

Closed
GoogleCodeExporter opened this issue Feb 15, 2016 · 2 comments
Closed

ui: syntax highlighting is incorrect #40

GoogleCodeExporter opened this issue Feb 15, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The syntax highlighting scheme does not match Go's syntax.

It highlights non-reserved words. For example, looking at the front page right 
now 'string' appears in the same color as 'func' and 'return', suggesting that 
it is a reserved word too. But it is not. Variables and fields called string 
are just fine and should not be highlighted.

Original issue reported on code.google.com by a...@golang.org on 13 Sep 2012 at 10:48

@GoogleCodeExporter
Copy link
Author

Original comment by a...@golang.org on 2 Jul 2013 at 6:24

  • Changed title: ui: syntax highlighting is incorrect

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision a1343ee5d3ea.

Original comment by a...@golang.org on 15 Aug 2013 at 6:46

  • Changed state: Fixed

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

No branches or pull requests

1 participant