summaryrefslogtreecommitdiff
path: root/inc/geshi/gml.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/gml.php')
-rw-r--r--inc/geshi/gml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/gml.php b/inc/geshi/gml.php
index 84e45fa46..199a0fd97 100644
--- a/inc/geshi/gml.php
+++ b/inc/geshi/gml.php
@@ -4,7 +4,7 @@
* --------
* Author: José Jorge Enríquez (jenriquez@users.sourceforge.net)
* Copyright: (c) 2005 José Jorge Enríquez Rodríguez (http://www.zonamakers.com)
- * Release Version: 1.0.7.20
+ * Release Version: 1.0.7.21
* Date Started: 2005/06/21
*
* GML language file for GeSHi.
@@ -73,7 +73,7 @@ $language_data = array (
1 => array(
'break', 'continue', 'do', 'until', 'if', 'else',
'exit', 'for', 'for', 'repeat', 'return', 'switch',
- 'case', 'default', 'var', 'while', 'with', 'div', 'mod',
+ 'case', 'default', 'var', 'while', 'with', 'div', 'mod',
// GML Language overview
'self', 'other', 'all', 'noone', 'global',
),