summaryrefslogtreecommitdiff
path: root/inc/geshi/blitzbasic.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-08-26 17:18:46 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-08-26 17:18:46 +0200
commit15c2c8532309b462a4d0c22e2358e80a1c4b7a20 (patch)
tree0a1c626b821df2a57f666c2d0c99b3d7ede498ff /inc/geshi/blitzbasic.php
parentc3564cf99ca2ff7b35e27d0ab319e17d67b17943 (diff)
downloadrpg-15c2c8532309b462a4d0c22e2358e80a1c4b7a20.tar.gz
rpg-15c2c8532309b462a4d0c22e2358e80a1c4b7a20.tar.bz2
GeSHi upgraded to version 1.0.8.11
Diffstat (limited to 'inc/geshi/blitzbasic.php')
-rw-r--r--inc/geshi/blitzbasic.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/blitzbasic.php b/inc/geshi/blitzbasic.php
index 15f24fdbe..1d3c08d05 100644
--- a/inc/geshi/blitzbasic.php
+++ b/inc/geshi/blitzbasic.php
@@ -4,7 +4,7 @@
* --------------
* Author: P�draig O`Connel (info@moonsword.info)
* Copyright: (c) 2005 P�draig O`Connel (http://moonsword.info)
- * Release Version: 1.0.8.10
+ * Release Version: 1.0.8.11
* Date Started: 16.10.2005
*
* BlitzBasic language file for GeSHi.
@@ -56,7 +56,7 @@ $language_data = array (
'ESCAPE_CHAR' => '',
'KEYWORDS' => array(
1 => array(
- 'If','EndIf','ElseIf','Else If','Else','While','Wend','Return','Next','Include','End Type','End Select','End If','End Function','End','Select',
+ 'If','EndIf','ElseIf','Else','While','Wend','Return','Next','Include','End Type','End Select','End If','End Function','End','Select',
'Type','Forever','For','Or','And','AppTitle','Case','Goto','Gosub','Step','Stop','Int','Last','False','Then','To','True','Until','Float',
'String','Before','Not'
),