Changes in highlighted words:
1. varinrt type is wrong - should be variant.
2. Add reference keyword (new in Delphi 2009)
3. Add unicodestring type (new in Delphi 2009)
4. Add typeinfo keyword (old one actually)
Syntax changes:
use "i" option in the RegExp object. Delphi is case-insensitive.
This: "new RegExp(this.GetKeywords(keywords), 'gm')" would become:
"new RegExp(this.GetKeywords(keywords), 'gmi')"
Thanks.
Original issue reported on code.google.com by pavk...@gmail.com on 4 Dec 2008 at 3:41
Original issue reported on code.google.com by
pavk...@gmail.com
on 4 Dec 2008 at 3:41