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

Commit e615da4

Browse files
authored
Add arrow to the function to match textmate
Refs #566
1 parent b427615 commit e615da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grammars/tree-sitter-javascript.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ scopes:
155155
'"const"': 'storage.modifier'
156156
'"static"': 'storage.modifier'
157157
'"function"': 'storage.type.function'
158-
'"=>"': 'storage.type.function'
158+
'"=>"': 'storage.type.function.arrow'
159159

160160
'"="': 'keyword.operator.js'
161161
'"+="': 'keyword.operator.js'

0 commit comments

Comments
 (0)