summaryrefslogtreecommitdiffstats
path: root/kate/data/php.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/php.xml')
-rw-r--r--kate/data/php.xml6
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" />