diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-26 22:17:55 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-26 22:17:55 +0100 |
commit | d09ae2055575141a00e67faeadb9bcb3d8285f3f (patch) | |
tree | 5f8f372f379b77f8f36805468d4e60fdb8ebc1b5 /inc/geshi/reg.php | |
parent | 3d1f9ec3674462e63f4195dd834603148a7c7b42 (diff) | |
download | rpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.gz rpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.bz2 |
GeSHi update to 1.0.7.21
darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz
Diffstat (limited to 'inc/geshi/reg.php')
-rw-r--r-- | inc/geshi/reg.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/inc/geshi/reg.php b/inc/geshi/reg.php index e96fcf372..3957f3b64 100644 --- a/inc/geshi/reg.php +++ b/inc/geshi/reg.php @@ -3,8 +3,8 @@ * reg.php * ------- * Author: Sean Hanna (smokingrope@gmail.com) - * Copyright: (c) 2006 Sean Hanna - * Release Version: 1.0.7.20 + * Copyright: (c) 2006 Sean Hanna + * Release Version: 1.0.7.21 * Date Started: 03/15/2006 * * Microsoft Registry Editor Language File. @@ -30,7 +30,7 @@ * * - There are two regexes for the multiline hex value regex. The regex for * all lines after the first does not verify that the previous line contains - * a line continuation character '\'. This regex also does not check for + * a line continuation character '\'. This regex also does not check for * end of line as it should. * * - If number_highlighting is enabled during processing of this syntax file @@ -68,11 +68,11 @@ $language_data = array ( 2 => array() /* Registry Key Constants Not Used 3 => array( - 'HKEY_LOCAL_MACHINE', - 'HKEY_CLASSES_ROOT', + 'HKEY_LOCAL_MACHINE', + 'HKEY_CLASSES_ROOT', 'HKEY_CURRENT_USER', - 'HKEY_USERS', - 'HKEY_CURRENT_CONFIG', + 'HKEY_USERS', + 'HKEY_CURRENT_CONFIG', 'HKEY_DYN_DATA', 'HKLM', 'HKCR', 'HKCU', 'HKU', 'HKCC', 'HKDD' )/***/ @@ -94,7 +94,7 @@ $language_data = array ( 'METHODS' => array(), 'SYMBOLS' => array(0 => 'color: #000000;'), 'SCRIPT' => array(), - 'REGEXPS' => array( + 'REGEXPS' => array( 0 => '', 1 => 'color: #0000FF;', 2 => '', @@ -146,7 +146,7 @@ $language_data = array ( GESHI_BEFORE => '\\1', GESHI_AFTER => '\\3', GESHI_CLASS => 'kw2' - ), + ), // Highlight variable names 4 => array( GESHI_SEARCH => '((\\n|^)\\s*\\"\\;)(.*)(\\"\\;\\s*=)', |