question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Semantic Highlighting

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
aeschlicommented, Apr 23, 2020

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.

1reaction
dsiffordcommented, Apr 22, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found