summaryrefslogtreecommitdiff
path: root/inc/geshi/bnf.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/bnf.php')
-rw-r--r--inc/geshi/bnf.php33
1 files changed, 15 insertions, 18 deletions
diff --git a/inc/geshi/bnf.php b/inc/geshi/bnf.php
index d606ea17b..4b6171437 100644
--- a/inc/geshi/bnf.php
+++ b/inc/geshi/bnf.php
@@ -4,7 +4,7 @@
* --------
* Author: Rowan Rodrik van der Molen (rowan@bigsmoke.us)
* Copyright: (c) 2006 Rowan Rodrik van der Molen (http://www.bigsmoke.us/)
- * Release Version: 1.0.7.22
+ * Release Version: 1\.0\.8
* Date Started: 2006/09/28
*
* BNF (Backus-Naur form) language file for GeSHi.
@@ -60,36 +60,33 @@ $language_data = array (
'STYLES' => array(
'KEYWORDS' => array(),
'COMMENTS' => array(
- ),
+ ),
'ESCAPE_CHAR' => array(
0 => ''
- ),
+ ),
'BRACKETS' => array(
0 => ''
- ),
+ ),
'STRINGS' => array(
0 => 'color: #a00;',
1 => 'color: #a00;'
- ),
+ ),
'NUMBERS' => array(
0 => ''
- ),
+ ),
'METHODS' => array(
0 => ''
- ),
+ ),
'SYMBOLS' => array(
0 => 'color: #000066; font-weight: bold;', // Unused
- ),
+ ),
'REGEXPS' => array(
0 => 'color: #007;',
- 1 => 'color: #099;',
- 2 => 'color: #060;',
- 3 => 'color: #909;'
- ),
+ ),
'SCRIPT' => array(
- 0 => ''
- )
- ),
+ 0 => ''
+ )
+ ),
'URLS' => array(),
'OOLANG' => false,
'OBJECT_SPLITTERS' => array(),
@@ -101,13 +98,13 @@ $language_data = array (
GESHI_MODIFIERS => '',
GESHI_BEFORE => '\\1',
GESHI_AFTER => '\\3'
+ ),
),
- ),
'STRICT_MODE_APPLIES' => GESHI_NEVER,
'SCRIPT_DELIMITERS' => array(
- ),
+ ),
'HIGHLIGHT_STRICT_BLOCK' => array(
- )
+ )
);
?>