What do the colors mean in the Skillcrush project editor?

All of these nifty colors in our editor are to serve a really cool purpose. It’s called syntax highlighting. Syntax highlighting gives your code a bit more readability. This means you can read it faster and more efficiently! Typically, all of your tags will be one color, your text will be another, and your URLs will be another color!

Our text editor, for example, uses magenta for tags like <div> or <p>, yellow for text inside of quotation marks and lime green for attributes like src or alt.

Find out more about syntax highlighting here!

Still need help? Contact Us Contact Us