lxzliuxinzhu / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Delphi syntax updates #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
add also the strict keyword

Original comment by pavk...@gmail.com on 7 Feb 2009 at 5:23