summaryrefslogtreecommitdiff
path: root/highlighting/php-hl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'highlighting/php-hl.xml')
-rw-r--r--highlighting/php-hl.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/highlighting/php-hl.xml b/highlighting/php-hl.xml
index 4a70225..73f926c 100644
--- a/highlighting/php-hl.xml
+++ b/highlighting/php-hl.xml
@@ -35,7 +35,7 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
<style>doccomment</style>
</highlighter>
<highlighter type="oneline-comment">
- <start>///</start>
+ <start><![CDATA[/// ]]></start>
<style>doccomment</style>
</highlighter>
<highlighter type="multiline-comment">
@@ -137,6 +137,11 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
<keyword>old_function</keyword>
<keyword>true</keyword>
<keyword>false</keyword>
+ <!-- PHP 5.3 -->
+ <keyword>namespace</keyword>
+ <keyword>__NAMESPACE__</keyword>
+ <keyword>goto</keyword>
+ <keyword>__DIR__</keyword>
<ignoreCase />
</highlighter>
<highlighter type="word">