mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Update grammars
This commit is contained in:
@@ -573,7 +573,7 @@
|
||||
},
|
||||
{
|
||||
"c": "{{",
|
||||
"t": "source.python string.quoted.single.python constant.character.format.placeholder.other.python",
|
||||
"t": "source.python string.quoted.single.python meta.format.brace.python constant.character.format.placeholder.other.python",
|
||||
"r": {
|
||||
"dark_plus": "constant.character: #569CD6",
|
||||
"light_plus": "constant.character: #0000FF",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"c": "from",
|
||||
"t": "source.python keyword.control.flow.python",
|
||||
"t": "source.python keyword.control.import.python",
|
||||
"r": {
|
||||
"dark_plus": "keyword.control: #C586C0",
|
||||
"light_plus": "keyword.control: #AF00DB",
|
||||
@@ -5072,7 +5072,7 @@
|
||||
},
|
||||
{
|
||||
"c": "*",
|
||||
"t": "source.python meta.function-call.python keyword.operator.unpacking.arguments.python",
|
||||
"t": "source.python meta.function-call.python meta.function-call.arguments.python keyword.operator.unpacking.arguments.python",
|
||||
"r": {
|
||||
"dark_plus": "keyword.operator: #D4D4D4",
|
||||
"light_plus": "keyword.operator: #000000",
|
||||
|
||||
Reference in New Issue
Block a user