When youre writing code, using a flexible text editor can be very helpful.
Sublime Text 3 is a very flexible text editor with a lot of helpful features.
One of those features is called Syntax Highlighting.
Syntax Highlighting can also make code a fair bit easier to read as the structure is more visually defined.
Tip: Syntax is a set of rules that describe the structure of a language.
Syntax can vary heavily between languages.
Next, nudge the language you are using from the second level of the drop-down list.
Once you select a language, Sublime Text will use the Syntax Highlighting for that language.
Tip: To disable Syntax Highlighting, select Plaintext from the supported language list.