[geany/geany] c1b511: Merge pull request #144 from krofna/patch-1

Frank Lanitz git-noreply at xxxxx
Mon Jun 10 07:27:14 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Mon, 10 Jun 2013 07:27:14 UTC
Commit:      c1b511d942aafbdecfddae54f8e16a8498d86987
             https://github.com/geany/geany/commit/c1b511d942aafbdecfddae54f8e16a8498d86987

Log Message:
-----------
Merge pull request #144 from krofna/patch-1

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