summaryrefslogtreecommitdiff
path: root/inc/geshi/dos.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-05-22 19:54:37 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-05-22 19:54:37 +0200
commit475011e304a0f8b7fa6d7b048fee3d05fd3e104c (patch)
treef3fa7697b33076464490cde9502b96ddbaa820fa /inc/geshi/dos.php
parent1fb550bbd9bd4b616ae1f07b3732431c94c64af7 (diff)
downloadrpg-475011e304a0f8b7fa6d7b048fee3d05fd3e104c.tar.gz
rpg-475011e304a0f8b7fa6d7b048fee3d05fd3e104c.tar.bz2
GeShi update to 1.0.7.10
darcs-hash:20060522175437-7ad00-1c199dff7c30517e2f5304b86df586698e3c7c4b.gz
Diffstat (limited to 'inc/geshi/dos.php')
-rw-r--r--inc/geshi/dos.php36
1 files changed, 21 insertions, 15 deletions
diff --git a/inc/geshi/dos.php b/inc/geshi/dos.php
index 8acdad421..f94921661 100644
--- a/inc/geshi/dos.php
+++ b/inc/geshi/dos.php
@@ -4,10 +4,10 @@
* -------
* Author: Alessandro Staltari (staltari@geocities.com)
* Copyright: (c) 2005 Alessandro Staltari (http://www.geocities.com/SiliconValley/Vista/8155/)
- * Release Version: 1.0.7.9
- * CVS Revision Version: $Revision: 1.10 $
+ * Release Version: 1.0.7.10
+ * CVS Revision Version: $Revision: 1.13 $
* Date Started: 2005/07/05
- * Last Modified: $Date: 2006/04/23 01:14:41 $
+ * Last Modified: $Date: 2006/05/20 22:32:13 $
*
* DOS language file for GeSHi.
*
@@ -70,28 +70,28 @@ $language_data = array (
'KEYWORDS' => array(
/* Flow control keywords */
1 => array(
- 'IF', 'ELSE', 'GOTO',
- 'FOR', 'IN', 'DO',
- 'CALL', 'EXIT'
+ 'if', 'else', 'goto',
+ 'for', 'in', 'do',
+ 'call', 'exit'
),
/* IF statement keywords */
2 => array(
- 'NOT', 'EXIST', 'ERRORLEVEL',
- 'DEFINED',
- 'EQU', 'NEQ', 'LSS', 'LEQ', 'GTR', 'GEQ'
+ 'not', 'exist', 'errorlevel',
+ 'defined',
+ 'equ', 'neq', 'lss', 'leq', 'gtr', 'geq'
),
/* Internal commands */
3 => array(
- 'SHIFT',
- 'CD', 'DIR', 'ECHO',
- 'SETLOCAL', 'ENDLOCAL', 'SET',
- 'PAUSE'
+ 'shift',
+ 'cd', 'dir', 'echo',
+ 'setlocal', 'endlocal', 'set',
+ 'pause'
),
/* Special files */
4 => array(
- 'PRN', 'NUL', 'LPT3', 'LPT2', 'LPT1', 'CON',
- 'COM4', 'COM3', 'COM2', 'COM1', 'AUX'
+ 'prn', 'nul', 'lpt3', 'lpt2', 'lpt1', 'con',
+ 'com4', 'com3', 'com2', 'com1', 'aux'
)
),
'SYMBOLS' => array(
@@ -140,6 +140,12 @@ $language_data = array (
'OOLANG' => false,
'OBJECT_SPLITTERS' => array(
),
+ 'URLS' => array(
+ 1 => 'http://www.ss64.com/nt/{FNAME}.html',
+ 2 => 'http://www.ss64.com/nt/{FNAME}.html',
+ 3 => 'http://www.ss64.com/nt/{FNAME}.html',
+ 4 => 'http://www.ss64.com/nt/{FNAME}.html'
+ ),
'REGEXPS' => array(
/* Label */
0 => array(