I downloaded Sublime text from them website and my code still white, I don't know why. I unistalled and reinstalled it 3 times, tried to install themes packages etc I don't understand what is wrong.
This happens when Sublime Text doesn't know which syntax highlighting to choose. First of all Sublime Text guesses the syntax from the file extension. E.g. if you have a file named my_file_name.php
Sublime Text assumes that the PHP syntax highlighting is the best.
In your picture the file name is script_connection
without any file extension so Sublime Text doesn't know which syntax it is. You can select a syntax from the menu View » Syntax
or press Strg + Shift + P and type Set Syntax
. Another way is to click the syntax name (probably Plain Text
) on the right bottom corner of Sublime Text and select a syntax format.