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

Colors in Go broken when multi dimensional arrays are declared #531

Closed
sdwarwick opened this issue Oct 14, 2016 · 2 comments
Closed

Colors in Go broken when multi dimensional arrays are declared #531

sdwarwick opened this issue Oct 14, 2016 · 2 comments

Comments

@sdwarwick
Copy link

var e [][]*aType // ( bug in vscode highligher?)

The double slash and everything after should be highlighted in green (comment), but is showing as white, but is working code.

@ramya-rao-a
Copy link
Contributor

Thanks for reporting this @sdwarwick!
This is a bug.
Single dimensional array declarations are fine as long as the array size is not defined.

image

Since the colorization for .go files is defined in VS Code itself at https://github.com/Microsoft/vscode/tree/master/extensions/go, will move this to VS Code repo

@ramya-rao-a ramya-rao-a changed the title comment not being highlighted in the following declaration Colors in Go broken when multi dimensional arrays are declared Oct 14, 2016
@ramya-rao-a
Copy link
Contributor

This issue was moved to microsoft/vscode#13777

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

2 participants