Sublime Text 2 HTML syntax highlighting problem

I have a syntax highlighting problem for HTML (and plaintext) in Sublime Text 2, since it only highlights the lines, as in the image.

enter image description here

Whenever I go to Python, JavaScript, and other languages, highlighting works great. I am new to Sublime Text 2, so this is probably a simple answer, but I did not know how to formulate the problem without showing the image.

+4
source share
2 answers

I don’t think this is a problem, this is just how the “All Hallow Eve” theme works: You can change this color inside this block: (Preferences-> Package Overview> Color Scheme - Default → All Eve of the Riddle)

<dict> <key>name</key> <string>Text base</string> <key>scope</key> <string>text</string> <key>settings</key> <dict> <key>background</key> <string>#434242</string> #THIS IS GRAY COLOR YOU WANNA CHANGE. <key>foreground</key> <string>#FFFFFF</string> </dict> </dict> 
+7
source

I found a problem; It seems that the color scheme for "All Eve Eve" does not work very well on HTML, so I just changed the color scheme.

+3
source

All Articles