[geany/geany] ce3cfa: break is keyword in pascal

Mislav Blažević git-noreply at xxxxx
Sun Jun 9 18:52:13 UTC 2013


Branch:      refs/heads/master
Author:      Mislav Blažević <krofnica996 at gmail.com>
Committer:   Mislav Blažević <krofnica996 at gmail.com>
Date:        Sun, 09 Jun 2013 18:52:13 UTC
Commit:      ce3cfa25da6b3763808f5bc77460260dcbf09cfa
             https://github.com/geany/geany/commit/ce3cfa25da6b3763808f5bc77460260dcbf09cfa

Log Message:
-----------
break is keyword in pascal


Modified Paths:
--------------
    data/filetypes.pascal

Modified: data/filetypes.pascal
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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 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 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



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list