Skip to content

Commit 95a14bb

Browse files
committed
[css] update grammar
1 parent 7cc88ea commit 95a14bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/css/syntaxes/css.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/atom/language-css/commit/23dcdee3372050eb3f07374fbe9188884bd545d1",
7+
"version": "https://github.com/atom/language-css/commit/02c1eb4e0d45f021694cf1825f6e2040872f3599",
88
"scopeName": "source.css",
99
"name": "CSS",
1010
"fileTypes": [
@@ -1671,7 +1671,7 @@
16711671
]
16721672
}
16731673
},
1674-
"match": "(?x)\n(-?(?!\\d)(?:[\\w-]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+)\n\\s*\n(?=[~|^\\]$*=]|/\\*)"
1674+
"match": "(?x)\n(-?(?!\\d)(?>[\\w-]|[^\\x00-\\x7F]|\\\\(?:[0-9a-fA-F]{1,6}|.))+)\n\\s*\n(?=[~|^\\]$*=]|/\\*)"
16751675
}
16761676
]
16771677
},

0 commit comments

Comments
 (0)