diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-03 11:56:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-03 11:56:45 +0900 |
commit | 790fe12d34447ad8549fcb75acf05d056e6743c6 (patch) | |
tree | 073e5d03f35ee5a476ca361887b3f80b348a42de /kate/data/php.xml | |
parent | 668ae23f0693a330b241cfc62cde668a47d8654d (diff) | |
download | tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.tar.gz tdelibs-790fe12d34447ad8549fcb75acf05d056e6743c6.zip |
Kate syntax highlighting files update - Jun 2014
Diffstat (limited to 'kate/data/php.xml')
-rw-r--r-- | kate/data/php.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/php.xml b/kate/data/php.xml index b7d30b7b7..f195b956e 100644 --- a/kate/data/php.xml +++ b/kate/data/php.xml @@ -64,7 +64,7 @@ Changes: <!ENTITY types "int|integer|bool|boolean|float|double|real|string|array|object"> ]> -<language name="PHP/PHP" indenter="cstyle" version="1.44" kateversion="2.4" section="Scripts" extensions="" priority="5" mimetype="" hidden="true"> +<language name="PHP/PHP" indenter="cstyle" version="1.45" kateversion="2.4" section="Scripts" extensions="" priority="5" mimetype="" hidden="true"> <highlighting> <list name="control structures"> <item>as</item> @@ -5559,7 +5559,7 @@ Changes: <context name="javascriptheredoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true"> <RegExpr attribute="Backslash Code" context="#pop" String="^%1;?$" dynamic="true" endRegion="Heredoc" /> <IncludeRules context="commonheredoc" /> - <IncludeRules context="##JavaScript" /> + <IncludeRules context="Normal##JavaScript" /> </context> <context name="heredoc" attribute="String" lineEndContext="#stay" dynamic="true"> <RegExpr attribute="Backslash Code" context="#pop" String="^%1;?$" dynamic="true" endRegion="Heredoc" /> @@ -5588,7 +5588,7 @@ Changes: <context name="javascriptnowdoc" attribute="Normal Text" lineEndContext="#stay" dynamic="true"> <RegExpr attribute="Backslash Code" context="#pop" String="^%1;?$" dynamic="true" endRegion="Heredoc" /> <IncludeRules context="commonnowdoc" /> - <IncludeRules context="##JavaScript" /> + <IncludeRules context="Normal##JavaScript" /> </context> <context name="nowdoc" attribute="String" lineEndContext="#stay" dynamic="true"> <RegExpr attribute="Backslash Code" context="#pop" String="^%1;?$" dynamic="true" endRegion="Heredoc" /> |