-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Milestone
Description
Currently, your plugin depends on certain syntax files, otherwise it won't work. Personally, I'm using “JavaScript Next” to highlight JavaScript files. I understand I could easily add JavaScript Next.sublime-syntax to the settings, but wouldn't it be better to check the scope (e.g. if scope.startswith('source.js')) rather than for a syntax file?
danielsamuels and sindresorhus