diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-08-26 17:18:46 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-08-26 17:18:46 +0200 |
commit | 15c2c8532309b462a4d0c22e2358e80a1c4b7a20 (patch) | |
tree | 0a1c626b821df2a57f666c2d0c99b3d7ede498ff /inc/geshi/modula3.php | |
parent | c3564cf99ca2ff7b35e27d0ab319e17d67b17943 (diff) | |
download | rpg-15c2c8532309b462a4d0c22e2358e80a1c4b7a20.tar.gz rpg-15c2c8532309b462a4d0c22e2358e80a1c4b7a20.tar.bz2 |
GeSHi upgraded to version 1.0.8.11
Diffstat (limited to 'inc/geshi/modula3.php')
-rw-r--r-- | inc/geshi/modula3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/modula3.php b/inc/geshi/modula3.php index 21b2e255d..ae08dcf97 100644 --- a/inc/geshi/modula3.php +++ b/inc/geshi/modula3.php @@ -4,7 +4,7 @@ * ---------- * Author: mbishop (mbishop@esoteriq.org) * Copyright: (c) 2009 mbishop (mbishop@esoteriq.org) - * Release Version: 1.0.8.10 + * Release Version: 1.0.8.11 * Date Started: 2009/01/21 * * Modula-3 language file for GeSHi. @@ -50,7 +50,7 @@ $language_data = array ( 'CONST', 'DIV', 'DO', 'ELSE', 'ELSIF', 'END', 'EVAL', 'EXCEPT', 'EXCEPTION', 'EXIT', 'EXPORTS', 'FINALLY', 'FOR', 'FROM', 'GENERIC', 'IF', 'IMPORT', 'IN', 'INTERFACE', 'LOCK', 'LOOP', 'METHODS', 'MOD', 'MODULE', 'NOT', 'OBJECT', 'OF', - 'OR', 'OVERRIDE', 'PROCEDURE', 'RAISE', 'RAISES', 'READONLY', 'RECORD', 'REF', + 'OR', 'OVERRIDES', 'PROCEDURE', 'RAISE', 'RAISES', 'READONLY', 'RECORD', 'REF', 'REPEAT', 'RETURN', 'REVEAL', 'ROOT', 'SET', 'THEN', 'TO', 'TRY', 'TYPE', 'TYPECASE', 'UNSAFE', 'UNTIL', 'UNTRACED', 'VALUE', 'VAR', 'WHILE', 'WITH' ), |