We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fc6ae commit 1e477e0Copy full SHA for 1e477e0
src/scopes.ts
@@ -48,6 +48,7 @@ export const foregrounds: Record<string, string[]> = {
48
[Aliases.VARIABLE]: [
49
"variable",
50
"markup.inline.raw",
51
+ "punctuation.definition.variable.less", // Less [@]var
52
],
53
[Aliases.LANGUAGE]: [
54
"variable.language",
@@ -82,7 +83,7 @@ export const foregrounds: Record<string, string[]> = {
82
83
[Aliases.OPERATOR]: [
84
"keyword.operator",
85
"entity.name.tag.reference", // Sass &
- "entity.other.attribute-name.parent-selector", // Less &
86
+ "entity.other.attribute-name.parent-selector punctuation.definition", // Less &
87
"markup.italic",
88
"punctuation.definition.italic",
89
"punctuation.definition.interpolation", // Sass #{}
0 commit comments