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

Scope super as support.function #614

Merged
merged 1 commit into from Oct 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions grammars/tree-sitter-javascript.cson
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