Skip to content

Commit 88da5c7

Browse files
committed
Highlight @source none as invalid
1 parent 2e9e2fa commit 88da5c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
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)