summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wp-syntax/geshi/geshi/yaml.php')
-rw-r--r--plugins/wp-syntax/geshi/geshi/yaml.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/wp-syntax/geshi/geshi/yaml.php b/plugins/wp-syntax/geshi/geshi/yaml.php
index a2974eb5..2bfbc529 100644
--- a/plugins/wp-syntax/geshi/geshi/yaml.php
+++ b/plugins/wp-syntax/geshi/geshi/yaml.php
@@ -4,7 +4,7 @@
* --------
* Author: Josh Ventura (JoshV10@gmail.com)
* Copyright: (c) 2010 Josh Ventura
- * Release Version: 1.0.8.11
+ * Release Version: 1.0.8.12
* Date Started: 2010/12/14
*
* YAML language file for GeSHi.
@@ -83,6 +83,7 @@ $language_data = array (
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array('"'),
'ESCAPE_CHAR' => '',
+ 'NUMBERS' => array(),
'KEYWORDS' => array(
1 => array(
'all','any','none', "yes", "no"
@@ -140,11 +141,9 @@ $language_data = array (
),
'URLS' => array(1 => ''),
'OOLANG' => false,
- 'OBJECT_SPLITTERS' => array( ),
- 'REGEXPS' => array( ),
+ 'OBJECT_SPLITTERS' => array(),
+ 'REGEXPS' => array(),
'STRICT_MODE_APPLIES' => GESHI_NEVER,
- 'SCRIPT_DELIMITERS' => array( ),
- 'HIGHLIGHT_STRICT_BLOCK' => array( )
+ 'SCRIPT_DELIMITERS' => array(),
+ 'HIGHLIGHT_STRICT_BLOCK' => array()
);
-
-?> \ No newline at end of file