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

Commit

Permalink
Merge pull request #614 from atom/b3-scope-super
Browse files Browse the repository at this point in the history
Scope super as support.function
  • Loading branch information
Ben3eeE authored Oct 28, 2018
2 parents 284f9c7 + 9d367ce commit d4495c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammars/tree-sitter-javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ scopes:
'entity.name.function'
]

'call_expression > super': 'support.function'

'method_definition > property_identifier': 'entity.name.function'
'call_expression > member_expression > property_identifier': 'entity.name.function'

Expand Down

0 comments on commit d4495c0

Please sign in to comment.