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

Syntax highlighting is wrong for comments after the class name #1256

Closed
cateyes99 opened this issue Feb 20, 2017 · 1 comment
Closed

Syntax highlighting is wrong for comments after the class name #1256

cateyes99 opened this issue Feb 20, 2017 · 1 comment

Comments

@cateyes99
Copy link

cateyes99 commented Feb 20, 2017

Environment data

dotnet --info output:
.NET Command Line Tools (1.0.0-rc4-004771)

Product Information:
Version: 1.0.0-rc4-004771
Commit SHA-1 hash: 4228198f0e

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.0-rc4-004771

VS Code version: 1.8.1
C# Extension version: 1.7.0

Steps to reproduce

public cass A //comments : BaseClass
{}

or

public cass A
//comments : BaseClass
{}

Expected behavior

the commented out stuff should be highlighted as comments in dark green

Actual behavior

//comments : is in white, and BaseClass is still highlighted as a class.

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

2 participants