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

[Request] Provide tokens for VS Code semantic syntax highlighting #3565

Closed
dannymcgee opened this issue Feb 9, 2020 · 2 comments
Closed

Comments

@dannymcgee
Copy link

Semantic highlighting is finally in preview as of VS Code 1.42.0. C# is an ideal candidate for taking advantage of this feature, as the available TextMate grammar is pretty lacking, and the syntax of C# is such that it's impossible to accurately classify many tokens with a simple line-by-line regex parser.

I'd love to help out with this, but I'm not at all familiar with the codebase here. If this is a feature you would like to support, I'd be more than happy to open a PR if someone would be willing to provide some guidance or a push in the right direction.

@dannymcgee dannymcgee changed the title Provide tokens for VS Code semantic syntax highlighting [Request] Provide tokens for VS Code semantic syntax highlighting Feb 9, 2020
@JoeRobich
Copy link
Member

@dannymcgee Please try out the 1.21.19-beta1 prerelease

@JoeRobich
Copy link
Member

Closing as SemanticHighlighting is available in the 1.22.0 release.

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