I'd like "normal" strings like
"The cat sat on the mat"
to be one color but strings that contain a predefined method name in the language to be a different color e.g.
"LookupMessage"
At the moment if I place the built-in methods into the word list they either are ignored as part of the string (if Noquote is set) or all the strings are parsed for all words (which is always a problem seeing as if, try, and etc. are fairly common in the English language

