Skip to content

Commit

Permalink
Add boolean to Pascal keyword list
Browse files Browse the repository at this point in the history
Pascal has a boolean type (see wikipedia entry) fixes bug #1033
  • Loading branch information
elextr committed Mar 21, 2014
1 parent c96e09f commit b27b367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/filetypes.pascal
Expand Up @@ -20,7 +20,7 @@ asm=number_2
[keywords]
# all items must be in one line
primary=absolute abstract add and array as asm assembler automated begin break byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
primary=absolute abstract add and array as asm assembler automated begin boolean break byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
[lexer_properties]
# only highlight keywords like read,write if in appropriate context
Expand Down

0 comments on commit b27b367

Please sign in to comment.