Skip to content

Commit 67649d3

Browse files
committed
Update to latest css grammar for microsoft#57407
1 parent 9f9d7a4 commit 67649d3

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/octref/language-css/commit/c2c3933bbd62f867acf68042f9e82fa1041c4101",
7+
"version": "https://github.com/octref/language-css/commit/e4504ed41711577951892ddcfe3be83a6fe8daa2",
88
"name": "CSS",
99
"scopeName": "source.css",
1010
"patterns": [
@@ -1330,7 +1330,7 @@
13301330
]
13311331
},
13321332
"media-query-list": {
1333-
"begin": "(?=\\s*[^{;])",
1333+
"begin": "\\s*",
13341334
"end": "(?=\\s*[{;])",
13351335
"patterns": [
13361336
{

0 commit comments

Comments
 (0)