summaryrefslogtreecommitdiff
path: root/inc/geshi/actionscript3.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-10 15:48:01 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-10 15:48:01 +0200
commit2daedc0b7ff9126ebb9855f6b8b39f830bd625ed (patch)
tree91c6bbcf5661a608ffafd0f15992c2e0e6da8fa6 /inc/geshi/actionscript3.php
parentc7217c0bb77c4d3d6bc644be80063670c3037acf (diff)
downloadrpg-2daedc0b7ff9126ebb9855f6b8b39f830bd625ed.tar.gz
rpg-2daedc0b7ff9126ebb9855f6b8b39f830bd625ed.tar.bz2
GeSHi updated to 1.0.8.10
Diffstat (limited to 'inc/geshi/actionscript3.php')
-rw-r--r--inc/geshi/actionscript3.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/actionscript3.php b/inc/geshi/actionscript3.php
index 4aab929dc..ba27573cc 100644
--- a/inc/geshi/actionscript3.php
+++ b/inc/geshi/actionscript3.php
@@ -4,7 +4,7 @@
* ----------------
* Author: Jordi Boggiano (j.boggiano@seld.be)
* Copyright: (c) 2007 Jordi Boggiano (http://www.seld.be/), Benny Baumann (http://qbnz.com/highlighter)
- * Release Version: 1.0.8.8
+ * Release Version: 1.0.8.10
* Date Started: 2007/11/26
*
* ActionScript3 language file for GeSHi.
@@ -60,7 +60,7 @@ $language_data = array (
'COMMENT_MULTI' => array('/*' => '*/'),
'COMMENT_REGEXP' => array(
//Regular expressions
- 2 => "/(?<=[\\s^])(s|tr|y)\\/(?:\\\\.|(?!\n)[^\\/\\\\])+\\/(?:\\\\.|(?!\n)[^\\/\\\\])*\\/[msixpogcde]*(?=[\\s$\\.\\;])|(?<=[\\s^(=])(m|q[qrwx]?)?\\/(?:\\\\.|(?!\n)[^\\/\\\\])+\\/[msixpogc]*(?=[\\s$\\.\\,\\;\\)])/iU",
+ 2 => "/(?<=[\\s^])(s|tr|y)\\/(?!\s)(?:\\\\.|(?!\n)[^\\/\\\\])+(?<!\s)\\/(?!\s)(?:\\\\.|(?!\n)[^\\/\\\\])*(?<!\s)\\/[msixpogcde]*(?=[\\s$\\.\\;])|(?<=[\\s^(=])(m|q[qrwx]?)?\\/(?!\s)(?:\\\\.|(?!\n)[^\\/\\\\])+(?<!\s)\\/[msixpogc]*(?=[\\s$\\.\\,\\;\\)])/iU",
),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array("'", '"'),