mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
[less] update grammar
This commit is contained in:
@@ -297,13 +297,13 @@
|
||||
"begin": "{",
|
||||
"beginCaptures": {
|
||||
"0": {
|
||||
"name": "punctuation.section.property-list.begin.css"
|
||||
"name": "punctuation.section.property-list.begin.bracket.curly.css"
|
||||
}
|
||||
},
|
||||
"end": "}",
|
||||
"endCaptures": {
|
||||
"0": {
|
||||
"name": "punctuation.section.property-list.end.css"
|
||||
"name": "punctuation.section.property-list.end.bracket.curly.css"
|
||||
}
|
||||
},
|
||||
"name": "meta.property-list.css",
|
||||
@@ -487,7 +487,7 @@
|
||||
},
|
||||
"commas": {
|
||||
"match": ",",
|
||||
"name": "punctuation.separator.list.css"
|
||||
"name": "punctuation.separator.list.comma.css"
|
||||
},
|
||||
"brace_round": {
|
||||
"match": "\\(|\\)",
|
||||
@@ -615,5 +615,5 @@
|
||||
"name": "support.function.any-method.gradient.css"
|
||||
}
|
||||
},
|
||||
"version": "https://github.com/atom/language-less/commit/c5876823ed8ae556c82f76c05de815a72a9df6a4"
|
||||
"version": "https://github.com/atom/language-less/commit/6626e26430c2a4c4db7ea93e2c1144e9c0e75ff2"
|
||||
}
|
||||
Reference in New Issue
Block a user