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

Commit 98cab19

Browse files
aminyaGrayJack
andcommitted
Support typed parameters
Co-Authored-By: Eric Shimizu Karbstein <[email protected]>
1 parent 37c8e1d commit 98cab19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grammars/tree-sitter-python.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ scopes:
117117
'default_parameter > identifier:nth-child(0)': 'variable.parameter.function'
118118
'keyword_argument > identifier:nth-child(0)': 'variable.parameter.function'
119119
'lambda_parameters > identifier': 'variable.parameter.function'
120+
'typed_parameter > identifier': 'variable.parameter.function'
120121

121122
'"if"': 'keyword.control'
122123
'"else"': 'keyword.control'

0 commit comments

Comments
 (0)