Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4d96607

Browse files
committed
1 parent 6e5de57 commit 4d96607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grammars/tree-sitter-python.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ scopes:
121121
'lambda_parameters > identifier': 'variable.parameter.function'
122122
'typed_parameter > identifier': 'variable.parameter.function'
123123

124+
'argument_list': 'meta.method-call.python'
125+
124126
'"if"': 'keyword.control'
125127
'"else"': 'keyword.control'
126128
'"elif"': 'keyword.control'

0 commit comments

Comments
 (0)