I'm pretty green at all this and am working my way through Michael Hartl's Ruby on Rails Tutorial. I've just started diving into the Sample_App in chapter 3 and just "lost" all syntax highlighting for all files that I'm working on in Sublime Text 2 for Windows.
Syntax highlighting had been working previously, and upon opening the first file of this section in Sublime Text 2, I received the following error message:
Error loading syntax file "Packages/User/RSpec.tmLanguage": Error parsing plist xml: Failed to open file In file "Packages/User/RSpec.tmLanguage"
Now all syntax highlighting has vanished completely.
I ran some searches, and tried adding this "syntax_highlighting.py" file to my Packages/User directory, but I'm still receiving the same error and still without any syntax highlighting.
Any help steering me in the right direction would be most appreciated! Thanks.