joshpeng / Sublime-Babel-VSCode

Sublime Text's babel-sublime grammar in VS Code.
MIT License
49 stars 16 forks source link

Support "::" bind operator ? #29

Open licx opened 6 years ago

licx commented 6 years ago

It would be great if this plugin could support the new bind operator.

Example:

// Binding a function to a context
let log = ::console.log;

Specs:

https://github.com/tc39/proposal-bind-operator

brneto commented 6 years ago

What you mean it not support the new bind operator? This plugin is just for syntax highlighting and it highlight Bind Operator properly for me.