Summary: | The keyword "default" is not colored as "switch" and "case" in PHP source code | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Fathi Boudra <fabo> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ana |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fathi Boudra
2006-03-31 15:44:25 UTC
SVN commit 582156 by amantia: Color the "default" keyword as "switch" and "case". This is in line with the C++ highlighting. BUG: 124642 M +1 -1 php.xml --- branches/KDE/3.5/kdelibs/kate/data/php.xml #582155:582156 @@ -11,6 +11,7 @@ <list name="control structures"> <item>as</item> <item>case</item> + <item>default</item> <item>if</item> <item>else</item> <item>elseif</item> @@ -38,7 +39,6 @@ <item> catch </item> <item> class </item> <item> const </item> - <item> default </item> <item> extends </item> <item> final </item> <item> function </item> |