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
Description
Description
this
, super
, arguments
and default
used to be variable.language.js
. There is no corresponding scope with tree-sitter.
Steps to Reproduce
- Enable Settings > Core > Use Tree Sitter Parsers
- 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