I'm running Sublime Text 2 with package control installed, as well as a few syntax plugins. But for no reason at all, whenever I open a rspec file, sublime text gives me this error:
Error loading syntax file "Packages/RSpec/RSpec.tmLanguage": Error parsing plist xml: Failed to open file In file "Packages/RSpec/RSpec.tmLanguage"
Worked fine yesterday. Googling the error didn't offer much help, so my question is, is there a quick way to reinstall all sublime text plugins using the package control?
Go to
Preferences -> Browse Packages...and it will open up thePackagesfolder in your filesystem navigator (Explorer, Finder, Nautilus, etc.). Quite Sublime, then delete theRSpecfolder. When you restart Sublime, Package Control should notice that the package is not present and will automatically reinstall it for you.Alternatively, you can uninstall and then reinstall the package through Package Control. Open the Command Palette and type
pcrto bring upPackage Control: Remove Package. Hit Enter, typerspec, then hit enter again to remove it. Restart Sublime, bring up the Command Palette, typepciforPackage Control: Install Package, find RSpec again, and you should be good to go.