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

Go constants with omitted assignment are not syntax highlighted correctly #76073

Closed
segevfiner opened this issue Jun 25, 2019 · 2 comments
Closed
Assignees

Comments

@segevfiner
Copy link
Contributor

  • VSCode Version: 1.35.1
  • OS Version: macOS 10.14.5

Steps to Reproduce:

  1. Open the following .go file in VS Code:
package foo

const (
	Value1 = iota
	Value2
	Value3
	Value4
)
  1. Value2, Value3 and Value4 are not highlighted like Value1.

image

Does this issue occur when all extensions are disabled?: Yes

@alexr00
Copy link
Member

alexr00 commented Jun 25, 2019

Moved the issue to go grammar repo.

@alexr00 alexr00 closed this as completed Jun 25, 2019
@segevfiner
Copy link
Contributor Author

@alexr00 The issue on the Go grammer repo was punted on since they don't seem to be interested in maintaining the Go TextMate grammer as they are migrating to a different engine for syntax highlighting in Atom.

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 9, 2019
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

3 participants