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 7c9b5a9 + 45430f7 commit d821224Copy full SHA for d821224
grammars/tree-sitter-javascript.cson
@@ -99,6 +99,7 @@ scopes:
99
'arrow_function > identifier:nth-child(0)': 'variable.parameter.function'
100
101
'function > identifier': 'entity.name.function'
102
+ 'function_declaration > identifier': 'entity.name.function'
103
'generator_function > identifier': 'entity.name.function'
104
105
'call_expression > identifier': [
0 commit comments