Skip to content

Commit c2b79f1

Browse files
aminyaGrayJack
andcommitted
Add punctuations
Co-Authored-By: Eric Shimizu Karbstein <17973728+GrayJack@users.noreply.github.com>
1 parent d989f9a commit c2b79f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

grammars/tree-sitter-python.cson

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,11 @@ scopes:
178178
'"not"': 'keyword.operator.logical.python'
179179
'"is"': 'keyword.operator.logical.python'
180180
'"->"': '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

Comments
 (0)