mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
[scss] update grammar (for #36923)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/atom/language-sass/commit/d47701c2d389c5e657b8c51a34d90691e4bac3ea",
|
||||
"version": "https://github.com/atom/language-sass/commit/a07688bd078f420f56df6221e9263d80e738869b",
|
||||
"scopeName": "source.css.scss",
|
||||
"name": "SCSS",
|
||||
"fileTypes": [
|
||||
@@ -33,9 +33,6 @@
|
||||
{
|
||||
"include": "#rules"
|
||||
},
|
||||
{
|
||||
"include": "#selectors"
|
||||
},
|
||||
{
|
||||
"include": "#property_list"
|
||||
},
|
||||
@@ -495,9 +492,6 @@
|
||||
},
|
||||
{
|
||||
"include": "#rules"
|
||||
},
|
||||
{
|
||||
"include": "#selectors"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1161,7 +1155,7 @@
|
||||
"properties": {
|
||||
"patterns": [
|
||||
{
|
||||
"begin": "(?<![-a-z])(?!--)(?=[-a-z])",
|
||||
"begin": "(?<![-a-z])(?=[-a-z])",
|
||||
"end": "$|(?![-a-z])",
|
||||
"name": "meta.property-name.scss",
|
||||
"patterns": [
|
||||
@@ -1219,15 +1213,9 @@
|
||||
{
|
||||
"include": "#rules"
|
||||
},
|
||||
{
|
||||
"include": "#selector_custom"
|
||||
},
|
||||
{
|
||||
"include": "#properties"
|
||||
},
|
||||
{
|
||||
"include": "selectors"
|
||||
},
|
||||
{
|
||||
"include": "$self"
|
||||
}
|
||||
@@ -1314,6 +1302,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#at_rule_media"
|
||||
},
|
||||
{
|
||||
"include": "#selectors"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user