johnwahba / go-tour

Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ui: syntax highlighting is incorrect #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a1343ee5d3ea.

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