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.
2 parents be73472 + 878f350 commit 310c4aaCopy full SHA for 310c4aa
grammars/tree-sitter-python.cson
@@ -111,6 +111,8 @@ scopes:
111
'"nonlocal"': 'storage.modifier.nonlocal'
112
113
'parameters > identifier': 'variable.parameter.function'
114
+ 'parameters > list_splat > identifier': 'variable.parameter.function'
115
+ 'parameters > dictionary_splat > identifier': 'variable.parameter.function'
116
'default_parameter > identifier:nth-child(0)': 'variable.parameter.function'
117
'keyword_argument > identifier:nth-child(0)': 'variable.parameter.function'
118
0 commit comments