Syntax coloring objects

The code elements that CotEditor's syntax coloring supports are as follows:

KeywordsKeywords in source code such as reserved words of programming languages.e.g. for, while, if
CommandsFunctions or commands in source code.e.g. exit, break, do
ValuesValue constants in source code.e.g. Null, True, False
NumbersNumeric constants in source code.e.g. Int i = 0;
StringsString constants in source code.e.g. String s = "Hello World"
CharactersCharacter constants in source code.e.g. Char c = 'a'
CommentsComments in source code.e.g. /* 〜 */, # 〜

See also