summaryrefslogtreecommitdiffstats
path: root/kate/data/html-php.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-03 11:56:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-03 11:56:45 +0900
commit790fe12d34447ad8549fcb75acf05d056e6743c6 (patch)
tree073e5d03f35ee5a476ca361887b3f80b348a42de /kate/data/html-php.xml
parent668ae23f0693a330b241cfc62cde668a47d8654d (diff)
downloadtdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.tar.gz
tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.zip
Kate syntax highlighting files update - Jun 2014
Diffstat (limited to 'kate/data/html-php.xml')
-rw-r--r--kate/data/html-php.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/html-php.xml b/kate/data/html-php.xml
index 7a5215fbc..4b18b99fd 100644
--- a/kate/data/html-php.xml
+++ b/kate/data/html-php.xml
@@ -10,7 +10,7 @@
-<language name="PHP (HTML)" version="2.0" kateversion="2.4" section="Scripts" extensions="*.php;*.php3;*.wml;*.phtml;*.phtm;*.inc" mimetype="text/x-php4-src;text/x-php3-src;text/vnd.wap.wml;application/x-php" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
+<language name="PHP (HTML)" version="2.1" kateversion="2.4" section="Scripts" extensions="*.php;*.php3;*.wml;*.phtml;*.phtm;*.inc" mimetype="text/x-php4-src;text/x-php3-src;text/vnd.wap.wml;application/x-php" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
<highlighting>
<contexts>
@@ -199,7 +199,7 @@
<IncludeRules context="FindPHP" />
<RegExpr attribute="Element" context="El Close 2" String="&lt;/script\b" insensitive="TRUE" endRegion="script" />
<RegExpr attribute="Comment" context="JS comment close" String="//(?=.*&lt;/script\b)" insensitive="TRUE" />
- <IncludeRules context="##JavaScript/PHP" includeAttrib="true"/>
+ <IncludeRules context="Normal##JavaScript" includeAttrib="true"/>
</context>
<context name="JS comment close" attribute="Comment" lineEndContext="#pop">