highlighter, added __gshared as a KW

This commit is contained in:
Basile Burg 2015-12-10 06:52:55 +01:00
parent 7f87096d0a
commit 1226c3bed0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ uses
const
D2Kw: array[0..106] of string =
D2Kw: array[0..107] of string =
( 'abstract', 'alias', 'align', 'asm', 'assert', 'auto',
'body', 'bool', 'break', 'byte',
'case', 'cast', 'catch', 'cdouble', 'cent', 'cfloat', 'char', 'class',
@ -20,7 +20,7 @@ const
'else', 'enum', 'export', 'extern',
'false', 'final', 'finally', 'float', 'for', 'foreach',
'foreach_reverse', 'function',
'goto',
'goto', '__gshared',
'idouble', 'if', 'ifloat', 'immutable', 'import', 'in', 'inout', 'int',
'interface', 'invariant', 'ireal', 'is',
'lazy', 'long',