Sublime Forum

Sublime text doesn't show colors in new files

#1

With colors i mean: if statements are orange, strings are blue, etc. I have anaconda and brackethighlighter as packages.

Sorry for my newbie language, I’m new.

So in existing files i have made it work, but files I open, the colors don’t show up.
I have:

  • set build system to python;
  • saved the file.
0 Likes

#2

Do you have your files saved with a .py extension? Otherwise you can set the syntax highlighting using View > Syntax.

0 Likes

#3

setting the syntax to python helped. But i’m not sure if its the package that’s running or just the sublime text highlighting.

0 Likes