5

SublimeText error message when starting program

I've already tried Package Control: Remove Pacakage and then installing it again. The CoffeeScript.tmLanguage should be as normal. Anyone else experiencing this? How can it be fixed?

Here is the whole CoffeeScript.tmLanguage.

j0k
  • 22,600
  • 28
  • 79
  • 90
kornfridge
  • 5,102
  • 6
  • 28
  • 40

1 Answers1

9

Solved: Turns out, the plugin changed the location of its CoffeeScript.tmLanguage file. All you have to do is to View -> Syntax -> and then select anything but CoffeeScript, and then simply switch back to CoffeeScript again. Sublime Text will figure out the new location.

kornfridge
  • 5,102
  • 6
  • 28
  • 40
  • 1
    Had the same problem on OSX today (July 18 2012) and I can confirm your solution works on that platform too. I suppose this could have been avoided by the developers btw, but glad there's an easy fix. – Micros Jul 18 '12 at 20:03