Skip to content

Commit 2d7a99d

Browse files
committed
Highlight @source none as invalid
1 parent 8e8ea08 commit 2d7a99d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@
203203
}
204204
},
205205
"patterns": [
206+
{
207+
"match": "none(?=;)",
208+
"name": "invalid.illegal.invalid-source.css"
209+
},
206210
{
207211
"include": "source.css#string"
208212
}

0 commit comments

Comments
 (0)