Skip to content

Commit 9ccdabb

Browse files
committed
Fix syntax highlighting of @plugin with options
1 parent f4b4401 commit 9ccdabb

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
@@ -204,7 +204,7 @@
204204
"name": "punctuation.definition.keyword.tailwind"
205205
}
206206
},
207-
"end": ";",
207+
"end": "(?<=[};])(?!\\G)",
208208
"endCaptures": {
209209
"0": {
210210
"name": "punctuation.terminator.rule.css"

0 commit comments

Comments
 (0)