Skip to content

Commit 53b5645

Browse files
committed
Pull latest css grammar
1 parent 1912c5d commit 53b5645

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/f8a70d3f2540a7bf12a7cbc13c1d7bb76cc8cdd0",
7+
"version": "https://github.com/octref/language-css/commit/aadd130de82cf2351b459041109b49f586142f11",
88
"name": "CSS",
99
"scopeName": "source.css",
1010
"patterns": [
@@ -508,7 +508,7 @@
508508
]
509509
},
510510
{
511-
"begin": "(?i)((@)viewport)(?=[\\s'\"{;]|/\\*|$)",
511+
"begin": "(?i)((@)(-ms-|-o-)?viewport)(?=[\\s'\"{;]|/\\*|$)",
512512
"beginCaptures": {
513513
"1": {
514514
"name": "keyword.control.at-rule.viewport.css"

0 commit comments

Comments
 (0)