Skip to content

Commit 93b294f

Browse files
committed
Terminate variables inside utility helpers
1 parent bfd115c commit 93b294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-tailwindcss/syntaxes/theme-fn.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"name": "punctuation.separator.list.comma.css"
148148
},
149149
{
150-
"match": "(--[^,\\s]+)",
150+
"match": "(--[^,\\s)]+)",
151151
"name": "variable.theme-namespace.css"
152152
},
153153
{ "include": "#utility-data-type-bare" },

0 commit comments

Comments
 (0)