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] General comment after type, var tokens mis-colored #80522

Closed
willfaught opened this issue Sep 8, 2019 · 2 comments
Closed

[go] General comment after type, var tokens mis-colored #80522

willfaught opened this issue Sep 8, 2019 · 2 comments
Assignees
Labels
grammar Syntax highlighting grammar

Comments

@willfaught
Copy link

It appears white instead of green:

Screen Shot 2019-09-04 at 10 48 25 AM

  • VSCode Version: 1.38.0
  • OS Version: macOS Mojave 10.14.6 (18G87)

Steps to Reproduce:

  1. Enter this text into a .go file:
/**/ type /**/ x /**/ int /**/
/**/ var /**/ x /**/ int /**/ = /**/ 123 /**/
/**/ const /**/ x /**/ int /**/ = /**/ 123 /**/

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

Originally reported as microsoft/vscode-go#2732.

@vscodebot
Copy link

vscodebot bot commented Sep 8, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@alexr00
Copy link
Member

alexr00 commented Sep 10, 2019

Duplicate of atom/language-go#149

@alexr00 alexr00 marked this as a duplicate of atom/language-go#149 Sep 10, 2019
@alexr00 alexr00 closed this as completed Sep 10, 2019
@alexr00 alexr00 added the grammar Syntax highlighting grammar label Sep 10, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
grammar Syntax highlighting grammar
Projects
None yet
Development

No branches or pull requests

2 participants