mirror of https://gitlab.com/basile.b/dexed.git
highlighter, added __gshared as a KW
This commit is contained in:
parent
7f87096d0a
commit
1226c3bed0
|
@ -11,7 +11,7 @@ uses
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
||||||
D2Kw: array[0..106] of string =
|
D2Kw: array[0..107] of string =
|
||||||
( 'abstract', 'alias', 'align', 'asm', 'assert', 'auto',
|
( 'abstract', 'alias', 'align', 'asm', 'assert', 'auto',
|
||||||
'body', 'bool', 'break', 'byte',
|
'body', 'bool', 'break', 'byte',
|
||||||
'case', 'cast', 'catch', 'cdouble', 'cent', 'cfloat', 'char', 'class',
|
'case', 'cast', 'catch', 'cdouble', 'cent', 'cfloat', 'char', 'class',
|
||||||
|
@ -20,7 +20,7 @@ const
|
||||||
'else', 'enum', 'export', 'extern',
|
'else', 'enum', 'export', 'extern',
|
||||||
'false', 'final', 'finally', 'float', 'for', 'foreach',
|
'false', 'final', 'finally', 'float', 'for', 'foreach',
|
||||||
'foreach_reverse', 'function',
|
'foreach_reverse', 'function',
|
||||||
'goto',
|
'goto', '__gshared',
|
||||||
'idouble', 'if', 'ifloat', 'immutable', 'import', 'in', 'inout', 'int',
|
'idouble', 'if', 'ifloat', 'immutable', 'import', 'in', 'inout', 'int',
|
||||||
'interface', 'invariant', 'ireal', 'is',
|
'interface', 'invariant', 'ireal', 'is',
|
||||||
'lazy', 'long',
|
'lazy', 'long',
|
||||||
|
|
Loading…
Reference in New Issue