Sublime-Babel-VSCode
Sublime-Babel-VSCode copied to clipboard
Support "::" bind operator ?
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
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.