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.
-
make sure it's saved as a .js file, and that javascript syntax is active (ctrl+shift+p -> set-syntax -> javascript)Nitsan Baleli– Nitsan Baleli2015-01-07 12:58:25 +00:00Commented Jan 7, 2015 at 12:58
-
In the bottom right corner of the editor, there is a menu you can slide up, check that it is set to javascript and not text.Halfpint– Halfpint2015-01-07 13:00:22 +00:00Commented Jan 7, 2015 at 13:00
-
See if inside Packages folder of installed directory for sublime, Javascript folder exists or not...Rakesh_Kumar– Rakesh_Kumar2015-01-07 13:05:39 +00:00Commented Jan 7, 2015 at 13:05
-
it didn't exist in the "Packages" folder.Muhammad Haseeb– Muhammad Haseeb2015-01-07 13:24:23 +00:00Commented Jan 7, 2015 at 13:24
-
@Alex yeah! already selected jQuery(Javascript) thereMuhammad Haseeb– Muhammad Haseeb2015-01-07 13:45:51 +00:00Commented Jan 7, 2015 at 13:45
Add a comment
|