diff options
Diffstat (limited to 'inc/geshi/idl.php')
-rw-r--r-- | inc/geshi/idl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/idl.php b/inc/geshi/idl.php index 0ae8d2ce9..fd6829bf3 100644 --- a/inc/geshi/idl.php +++ b/inc/geshi/idl.php @@ -4,7 +4,7 @@ * ------- * Author: Cedric Bosdonnat (cedricbosdo@openoffice.org) * Copyright: (c) 2006 Cedric Bosdonnat - * Release Version: 1.0.7.20 + * Release Version: 1.0.7.21 * Date Started: 2006/08/20 * * Unoidl language file for GeSHi. @@ -53,7 +53,7 @@ $language_data = array ( 'True', 'False', 'TRUE', 'FALSE' ), 4 => array( - 'string', 'long', 'byte', 'hyper', 'boolean', 'any', 'char', 'double', 'long', + 'string', 'long', 'byte', 'hyper', 'boolean', 'any', 'char', 'double', 'long', 'void', 'sequence', 'unsigned', '...' ), ), |