We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1912c5d commit 53b5645Copy full SHA for 53b5645
1 file changed
extensions/css/syntaxes/css.tmLanguage.json
@@ -4,7 +4,7 @@
4
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
5
"Once accepted there, we are happy to receive an update request."
6
],
7
- "version": "https://github.com/octref/language-css/commit/f8a70d3f2540a7bf12a7cbc13c1d7bb76cc8cdd0",
+ "version": "https://github.com/octref/language-css/commit/aadd130de82cf2351b459041109b49f586142f11",
8
"name": "CSS",
9
"scopeName": "source.css",
10
"patterns": [
@@ -508,7 +508,7 @@
508
]
509
},
510
{
511
- "begin": "(?i)((@)viewport)(?=[\\s'\"{;]|/\\*|$)",
+ "begin": "(?i)((@)(-ms-|-o-)?viewport)(?=[\\s'\"{;]|/\\*|$)",
512
"beginCaptures": {
513
"1": {
514
"name": "keyword.control.at-rule.viewport.css"
0 commit comments