Hi all,
I use for years now the following bundle command.
So create in your own (or new bundle) the following command:
- Go to Bundle Editor (⌃-⌥-⌘-B) (CTRL-OPT-CMND-B) - Into your own (or new) Bundle, create new command (⌘-N): choose command (see: https://feek.d.pr/7L7Yiq/ZvMqhk8685) - place in the code part the following code (see my gist): https://gist.github.com/feekApp/3d29b035d839b2665b921ac84f08fc52 - on the right side set the following settings: https://feek.d.pr/B07GgG/2gFInPLbwQ - on the "Semantic Class" set "callback.document.did-save, callback.document.did-open, callback.document.did-change-scm-status" in order to let the colors in the gutter update on save and change of the file - Add "source.css, source.css.less" to scope (or add other scopes you want)
Works perfectly for me: https://feek.d.pr/JCJiOM/85fpg8RAOp
== Feek