We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989f9a commit c2b79f1Copy full SHA for c2b79f1
grammars/tree-sitter-python.cson
@@ -178,3 +178,11 @@ scopes:
178
'"not"': 'keyword.operator.logical.python'
179
'"is"': 'keyword.operator.logical.python'
180
'"->"': 'keyword.control.return'
181
+
182
+ '"["': 'punctuation.definition.begin.bracket.square'
183
+ '"]"': 'punctuation.definition.end.bracket.square'
184
+ '","': 'punctuation.separator.delimiter'
185
+ '"{"': 'punctuation.section.block.begin.bracket.curly'
186
+ '"}"': 'punctuation.section.block.end.bracket.curly'
187
+ '"("': 'punctuation.section.parens.begin.bracket.round'
188
+ '")"': 'punctuation.section.parens.end.bracket.round'
0 commit comments