Search code examples
lesssublimetext3

LESS syntax coloring breaks in upgrade to Sublime Text 3 build 3065


My LESS syntax broke on upgrade my sublime text 3 to the latest release.

I installed the LESS package and I received an error after the upgrade mentioning that it could not pick up the LESS syntax (unfortunately I can't replicate the error).

I can set the language to CSS and it's ok, but not ideal. Anyone run into this problem?


Solution

  • I solved this problem by:

    1. Removing the LESS package
    2. Re-installing the LESS package
    3. Closing Sublime Text
    4. Re-opening Sublime Text
    5. Opening a .less file
    6. Switching the syntax back to LESS

    Voila! Less IS more!