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

Commit

Permalink
Add arrow to the function to match textmate
Browse files Browse the repository at this point in the history
Refs #566
  • Loading branch information
Ben3eeE authored Nov 3, 2018
1 parent b427615 commit e615da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/tree-sitter-javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ scopes:
'"const"': 'storage.modifier'
'"static"': 'storage.modifier'
'"function"': 'storage.type.function'
'"=>"': 'storage.type.function'
'"=>"': 'storage.type.function.arrow'

'"="': 'keyword.operator.js'
'"+="': 'keyword.operator.js'
Expand Down

0 comments on commit e615da4

Please sign in to comment.