atom / language-javascript

JavaScript language package for Atom
Other
194 stars 236 forks source link

Scope super as support.function #614

Closed Ben3eeE closed 6 years ago

Ben3eeE commented 6 years ago

Super was unscoped in tree-sitter because the syntax-tree is call_expression > super instead of call_expression > identifier

With this PR we scope it as support.function so it looks the same as require.

/cc: @maxbrunsfeld