mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 04:21:01 +01:00
16 lines
668 B
Diff
16 lines
668 B
Diff
|
diff --git syntaxes/01_Packages/Python/Python.sublime-syntax syntaxes/01_Packages/Python/Python.sublime-syntax
|
||
|
index 2acd86d8..86257f7b 100644
|
||
|
--- syntaxes/01_Packages/Python/Python.sublime-syntax
|
||
|
+++ syntaxes/01_Packages/Python/Python.sublime-syntax
|
||
|
@@ -988,10 +988,6 @@ contexts:
|
||
|
- match: \}
|
||
|
scope: punctuation.section.mapping-or-set.end.python
|
||
|
set: after-expression
|
||
|
- - match: (?={{simple_expression}}:|\s*\*\*)
|
||
|
- set: inside-dictionary
|
||
|
- - match: (?={{simple_expression}}[,}]|\s*\*)
|
||
|
- set: inside-set
|
||
|
- match: ','
|
||
|
scope: punctuation.separator.set.python
|
||
|
set: inside-set
|