Semantic Highlighting
See original GitHub issueHello,
I was wondering if there is a plan to support the newly semantic highlighting feature.
https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview
The thme looks already great by only adding these lines to the settings.json, I’ve been using the theme with the feature enabled for a while.
"editor.tokenColorCustomizations": {
"[Dracula]": {
"semanticHighlighting": true
}
}
Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Semantic Highlight Guide | Visual Studio Code Extension API
Semantic highlighting is an addition to syntax highlighting as described in the Syntax Highlight guide. Visual Studio Code uses TextMate grammars as the ......
Read more >Semantic Highlighting Overview · microsoft/vscode Wiki
Semantic highlighting enriches the syntax coloring based on symbol information from a language service that has the full understanding of the ...
Read more >How to enable semantic highlighting in VS Code
Semantic syntax highlighting makes sure your source code is not only beautifully colored, but that used the colors are logical, too. After ...
Read more >Semantic Highlighting - Rocket MV BASIC
When semantic highlighting is enabled, all symbols are highlighted with different colors based on the syntax. You can enable / disable semantic highlighting...
Read more >Neovim 101 — Semantic Highlighting | by alpha2phi - Medium
The Neovim configuration files are available in this repository. Getting Started. Without semantic highlighting, we are unable to highlight the variables ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Happy to hear you are already on it.
Check out the updated Semantic Highlighting Wiki and the Semantic Highlighting Guide for more details and feel free to ping me in this issue if I can help.
@donatoaguirre24 I’d actually say that the first screenshot you provide is more aligned with the spec than the current screenshot.
Per the spec as of right now, html attributes are colored green. It’s sort of unfortunate in cases where there are lots of attributes receiving lots of functions (like your example), but for most cases I don’t think it’ll be that much of a problem.
If your opinions are strong on this, I’d suggest opening an issue in the spec repo with a proposal.