From 40991e0a9503caaa12a7cf01f3c386642c001acc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 24 Aug 2021 23:40:36 -0700 Subject: [PATCH] Remove comma="expected colon" rule from dictionaries. Because set literals don't need colons. --- Python/Python.sublime-syntax | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/Python.sublime-syntax b/Python/Python.sublime-syntax index 90832a9..d997685 100644 --- a/Python/Python.sublime-syntax +++ b/Python/Python.sublime-syntax @@ -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: