-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Rust support #7
Comments
This is a problem with Rust syntax plugin for VS Code. It doesn’t mark up function definition differently from function invocation. And I want to highlight definitions only ( |
Upon further research, the class should probably be named |
^ is this correct? (microsoft/vscode#36748) |
I think it should be both: entity.name and meta.definition. You can specify multiple classes:
|
Waiting on atom/language-clojure#75 |
also zargony/atom-language-rust#123 |
Currently only comments are highlighted, it'd be great to have full support
The text was updated successfully, but these errors were encountered: