Syntax coloring rules are determined by the following settings:
RE | If this option is selected, both Begin-string and End-string will be considered as regular expressions (RE stands for Regular Expression). |
---|---|
IC | If 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. |
Begin String | A 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 String | A string which denotes the end of the search pattern. This can be left blank. |
Description | You can use this field to leave a comment about the term. Description doesn't affect to syntax highlighitng. This can be left blank. |