Syntax coloring order
- When performing syntax coloring, CotEditor colors the code elements in the following order: 1)Keywords, 2)Commands, 3)Values, 4)Numbers, 5)Strings, 6)Characters, 7)Comments
- When your document contains an item to be colored which matches multiple categories (e.g. Keywords AND Commands), the color of the latter in the order will overwrite the former's.