-
Notifications
You must be signed in to change notification settings - Fork 22
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
lit-html.tags does not control syntax highlighting #31
Comments
Same issue here... "lit-html.tags": [
"html",
"h"
] But e.g. |
|
Would it be possible to support dynamic syntax highlighting via the new Semantic Token Provider? https://github.com/microsoft/vscode-docs/blob/main/api/language-extensions/syntax-highlight-guide.md#tokenization Curious as I just ran into the highlighting limitation. |
|
Trying to get syntax highlighting in css template strings in VS Code using extension. I've tried adding the following to
settings.json
but it doesn't seem to have any effect. I feel like I must be doing something incorrect... but then again, maybe not?settings.json:
for example, when using css template strings:
The text was updated successfully, but these errors were encountered: