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

Commit ad8d5f0

Browse files
committed
Merge 'origin/master' into rest-parameter-color
2 parents f1103e2 + 125fa7f commit ad8d5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grammars/tree-sitter-javascript.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ scopes:
9696
]
9797

9898
'call_expression > identifier': {match: '^[A-Z]', scopes: 'meta.class'}
99+
'arrow_function > identifier:nth-child(0)': 'variable.parameter.function'
99100

100101
'function > identifier': 'entity.name.function'
101102
'generator_function > identifier': 'entity.name.function'

0 commit comments

Comments
 (0)