bolt-sublime
bolt-sublime copied to clipboard
Ctrl + '/' uses '--' instead of '//' and '//' does not highlight as comment
Hi
As said there: https://github.com/firebase/bolt/blob/master/docs/language.md#file-structure A bolt file can also contain JavaScript-style comments: // Single line comment /* Multi line comment */
But Ctrl + '/' uses '--' instead of '//' and no highlight for // comments.