Quote:
Originally Posted by theducks
It is common in programming type editors to color code various parts
Keywords
arguments
comments
literals (text)
brackets
in the CSS, some arguments are keywords: page-break-before: always rather than just a mix of values and units (a keyword): font-size: 2em;
Incomplete entries may assume the WRONG color .foo { stuff (no closing }, a missing semicolon ...)
The validator is the true test.
|
Thanks. That makes sense, but in my transition from Sigil to Calibre editor, I was used to everything in black.