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

Commit

Permalink
Remove language.variable scope mappings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Nov 8, 2018
1 parent e615da4 commit cab77b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions grammars/tree-sitter-javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,11 @@ scopes:
'method_definition > property_identifier': 'entity.name.function'
'call_expression > member_expression > property_identifier': 'entity.name.function'

'this': 'variable.language'
'super': 'variable.language'

'identifier': [
{
match: '^(global|module|exports|__filename|__dirname|window|document)$',
scopes: 'support.variable'
},
{
exact: 'arguments',
scopes:'variable.language'
},
{
exact: 'require',
scopes: 'support.function'
Expand Down

0 comments on commit cab77b6

Please sign in to comment.