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

Tree-sitter missing variable.language scope #618

Open
@chbk

Description

@chbk

Description

this, super, arguments and default used to be variable.language.js. There is no corresponding scope with tree-sitter.

Steps to Reproduce

  1. Enable Settings > Core > Use Tree Sitter Parsers
  2. Copy-paste:
arguments
this
super
import default

Expected behavior:

arguments, this, super and default should be variable.language.js.

Actual behavior:

arguments, this, super and default are source.js.

Versions

Atom : 1.32.1
Electron: 2.0.9
Chrome : 61.0.3163.100
Node : 8.9.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions