Remove comma="expected colon" rule from dictionaries.
Because set literals don't need colons.
This commit is contained in:
parent
e358a26480
commit
40991e0a95
1 changed files with 0 additions and 2 deletions
|
@ -1042,8 +1042,6 @@ contexts:
|
|||
- match: ':'
|
||||
scope: punctuation.separator.mapping.key-value.python
|
||||
set: inside-directory-value
|
||||
- match: ','
|
||||
scope: invalid.illegal.expected-colon.python
|
||||
- match: \*\*
|
||||
scope: keyword.operator.unpacking.mapping.python
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue