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/bash.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/bash.php')
-rw-r--r-- | inc/geshi/bash.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/geshi/bash.php b/inc/geshi/bash.php index 8edb3f30e..c69f0054f 100644 --- a/inc/geshi/bash.php +++ b/inc/geshi/bash.php @@ -4,7 +4,7 @@ * -------- * Author: Andreas Gohr (andi@splitbrain.org) * Copyright: (c) 2004 Andreas Gohr, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.8.10 + * Release Version: 1.0.8.11 * Date Started: 2004/08/20 * * BASH language file for GeSHi. @@ -157,8 +157,8 @@ $language_data = array ( 'ed', 'egrep', 'env', 'expr', - 'false', 'fbset', 'ffmpeg', 'fgconsole','fgrep', 'file', 'find', - 'flex', 'flex++', 'fmt', 'free', 'ftp', 'funzip', 'fuser', + 'false', 'fbset', 'fdisk', 'ffmpeg', 'fgconsole','fgrep', 'file', + 'find', 'flex', 'flex++', 'fmt', 'free', 'ftp', 'funzip', 'fuser', 'g++', 'gawk', 'gc','gcc', 'gdb', 'getent', 'getkeycodes', 'getopt', 'gettext', 'gettextize', 'gimp', 'gimp-remote', |