Reputation: 45
I was installing some packages of Sublime Text 3 and after installing a package called "Better JavaScript" an error appeared (don't remember exactly) but my code coloring for JavaScript files was gone and it shows a blank; white text right now. I've removed the package and reinstalled the program but the problem persists. Any help would be appreciated.
Upvotes: 2
Views: 1157
Reputation: 5458
make sure it's saved as a .js file, and that javascript syntax is active (ctrl+shift+p -> set-syntax -> javascript)
Upvotes: 5