Getting highlighting for regex-based selection to work. That seems confusing. I have 7 criterias which is recommended for the G'MIC language.
Note:
- Strings that matches
#( |$|(#)+).*gets treated as if it was a comment. - Strings that matches
#@cli.*are treated as if they’re a header for CLI codes. - Strings that matches
\$(-\d+|\w+|\d+)gets treated as if they’re accessed variables. - Strings that matches
\w+:are treated as if they’re commands names. - Any texts under control-flow item list gets highlighted as long as they’re outside any characters between 2 quotation marks and of course, taking into account of / being used as escape character.
#@guigets bolded.- Anything between 2 quotation marks gets highlighted though escape characters would be considered.