summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-01-03 19:31:15 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-01-03 19:31:15 -0500
commit51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6 (patch)
treef321f9ab3768bca23c6ad7a34cacb8af7b748c3c /plugins/wp-syntax/geshi/geshi/php.php
parentUpdate plugin wordpress-mobile-pack to 2.2.7 (diff)
downloadblogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.tar.gz
blogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.tar.bz2
blogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.zip
Update plugin wp-syntax to 1.1
Diffstat (limited to 'plugins/wp-syntax/geshi/geshi/php.php')
-rw-r--r--plugins/wp-syntax/geshi/geshi/php.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/wp-syntax/geshi/geshi/php.php b/plugins/wp-syntax/geshi/geshi/php.php
index 2827457b..fa50ee88 100644
--- a/plugins/wp-syntax/geshi/geshi/php.php
+++ b/plugins/wp-syntax/geshi/geshi/php.php
@@ -4,7 +4,7 @@
* --------
* Author: Nigel McNie (nigel@geshi.org)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.8.11
+ * Release Version: 1.0.8.12
* Date Started: 2004/06/20
*
* PHP language file for GeSHi.
@@ -90,15 +90,15 @@ $language_data = array(
'as','break','case','continue','default','do','else','elseif',
'endfor','endforeach','endif','endswitch','endwhile','for',
'foreach','if','include','include_once','require','require_once',
- 'return','switch','throw','while',
+ 'return','switch','throw','while', 'yield',
'echo','print'
),
2 => array(
'&amp;new','&lt;/script&gt;','&lt;?php','&lt;script language',
'abstract','class','const','declare','extends','function','global',
- 'interface','namespace','new','private','protected','public','self',
- 'use','var'
+ 'implements', 'interface','namespace','new','private','protected',
+ 'public','self','trait','use','var'
),
3 => array(
'abs','acos','acosh','addcslashes','addslashes','aggregate',
@@ -1113,5 +1113,3 @@ $language_data = array(
),
'TAB_WIDTH' => 4
);
-
-?>