diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-03 23:13:48 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-03 23:13:48 -0600 |
commit | a878d3ef3f87b6d971190423b7c70b1919c97a67 (patch) | |
tree | 2d0faac89759ef40a3eab0142cc761ef3341a0b9 /kate/data/php.xml | |
parent | 333a2116d63ab837db093dbb141bf7cb987686a1 (diff) | |
parent | 316893d4498bedc490a8e21a54a73d9f5ca58424 (diff) | |
download | tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.tar.gz tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kate/data/php.xml')
-rw-r--r-- | kate/data/php.xml | 9 |
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> |