| 8 | |
| 9 | |
| 10 | |
| 11 | Heres the keywords list (as of Nov 2009) as configured for the Scintilla Editing component from http://scintilla.org (keywords Set0) |
| 12 | |
| 13 | {{{ |
| 14 | adds all and any as assert base body bool branch break callable catch char class const continue cue |
| 15 | decimal def do dynamiceach else end ensure enum event every except expect extend false finally float for from get has |
| 16 | if ignore implements implies import in inherits inlined int interface invariant is listen lock mixin must |
| 17 | namespace new nil not number objc of old or pass passthrough post print pro raise ref require return |
| 18 | same set sig stop struct success test this throw to trace true try uint use using var where while yield |
| 19 | }}} |
| 20 | |
| 21 | and heres the isnames (access modifiers) keywords list (keywords Set1) |
| 22 | |
| 23 | {{{ |
| 24 | abstract fake internal nonvirtual private protected public shared vari inout out override partial virtual |
| 25 | }}} |