summaryrefslogtreecommitdiffstats
path: root/kate/data/php.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
commitbb647dca1516a45ce18f2e040bd20528f588e2fe (patch)
tree0fe5d9a19e884335a14fdf9741f772b2474df43e /kate/data/php.xml
parenta7e4c6b5e7916d924c2a9b75a10e427b556b8d65 (diff)
downloadtdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.tar.gz
tdelibs-bb647dca1516a45ce18f2e040bd20528f588e2fe.zip
Kate syntax highlighting files update - Feb 2014
Diffstat (limited to 'kate/data/php.xml')
-rw-r--r--kate/data/php.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/kate/data/php.xml b/kate/data/php.xml
index bb97cb656..b7d30b7b7 100644
--- a/kate/data/php.xml
+++ b/kate/data/php.xml
@@ -2,6 +2,9 @@
<!--
Changes:
+[ Version 1.43 (2013-10-11) ]
+- added missing constants for sorting
+
[ Version 1.42 (2010-05-09) ]
- fix handling of paamayim nekudotayim in ternary / case context, which used to
lead to improper region starts
@@ -61,7 +64,7 @@ Changes:
<!ENTITY types "int|integer|bool|boolean|float|double|real|string|array|object">
]>
-<language name="PHP/PHP" indenter="cstyle" version="1.45" kateversion="2.5" section="Scripts" extensions="" priority="5" mimetype="" hidden="true">
+<language name="PHP/PHP" indenter="cstyle" version="1.44" kateversion="2.4" section="Scripts" extensions="" priority="5" mimetype="" hidden="true">
<highlighting>
<list name="control structures">
<item>as</item>
@@ -1456,7 +1459,9 @@ Changes:
<item> SORTTO </item>
<item> SORT_ASC </item>
<item> SORT_DESC </item>
+ <item> SORT_FLAG_CASE </item>
<item> SORT_LOCALE_STRING </item>
+ <item> SORT_NATURAL </item>
<item> SORT_NUMERIC </item>
<item> SORT_REGULAR </item>
<item> SORT_STRING </item>
@@ -5396,7 +5401,7 @@ Changes:
<!-- Keywords -->
<item> var </item>
-
+
<!-- Constants -->
<item>OCI_DEFAULT</item>
<item>OCI_D_FILE</item>