Skip to content

Commit adb5d75

Browse files
committed
Split highlighting of theme properties by whitespace
1 parent 2dddc30 commit adb5d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-tailwindcss/syntaxes/at-rules.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
"name": "variable.other.css"
606606
},
607607
{
608-
"match": "[^)]+",
608+
"match": "[^)\\s]+",
609609
"name": "invalid.illegal.invalid-source.css"
610610
}
611611
]

0 commit comments

Comments
 (0)