Customizing syntax coloring rules

Syntax coloring rules are determined by the following settings:

Begin-stringA string which denotes the beginning of the search pattern. This is required in order to search the code elements you want to be colored.
End-stringA string which denotes the end of the search pattern. This can be left blank.
ICIf this option is selected, case will be ignored during the search (IC stands for Ignore Case). For example, if you set “abc” as Begin-string and check IC, “ABC” or “abc” or “Abc” in your document will be matched.
REIf this option is selected, both Begin-string and End-string will be considered as regular expressions (RE stands for Regular Expression).

See also