Skip to content

Commit b65a7ec

Browse files
committed
Add escapes
1 parent 762a9d0 commit b65a7ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@
497497
{
498498
"include": "source.css#comment-block"
499499
},
500+
{
501+
"include": "source.css#escapes"
502+
},
500503
{
501504
"match": "(?x) (?<![\\w-])\n--\n(?:[-a-zA-Z_] | [^\\x00-\\x7F]) # First letter\n(?:[-a-zA-Z0-9_] | [^\\x00-\\x7F] # Remainder of identifier\n |\\\\(?:[0-9a-fA-F]{1,6}|.)\n)*",
502505
"name": "variable.css"

0 commit comments

Comments
 (0)