Sublime-Babel-VSCode icon indicating copy to clipboard operation
Sublime-Babel-VSCode copied to clipboard

Support "::" bind operator ?

Open licx opened this issue 7 years ago • 1 comments

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

licx avatar Feb 26 '18 21:02 licx

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.

brneto avatar May 05 '18 18:05 brneto