diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 09:20:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 09:20:27 +0000 |
commit | d7b9791584eda0f022813fd2b2df50f59eba29c5 (patch) | |
tree | 395d2d48909ce6f9e002106d1638610f7a7c8321 /kate/data/alert.xml | |
parent | 84bbc54a086fc6894b247488bf62bdff04dd55fa (diff) | |
download | tdelibs-d7b9791584eda0f022813fd2b2df50f59eba29c5.tar.gz tdelibs-d7b9791584eda0f022813fd2b2df50f59eba29c5.zip |
Added remaining missing Kate xml files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1068844 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/alert.xml')
-rw-r--r-- | kate/data/alert.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/kate/data/alert.xml b/kate/data/alert.xml index 551509662..f18d94dbc 100644 --- a/kate/data/alert.xml +++ b/kate/data/alert.xml @@ -19,23 +19,31 @@ * * * You should have received a copy of the GNU Library General Public * * License along with this library; if not, write to the * - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * * Boston, MA 02110-1301, USA. * ********************************************************************** This file is included in every file that highlights the "alerts" keywords. That's why extensions and mimetype are empty. --> -<language version="1.06" kateversion="2.3" name="Alerts" section="Other" extensions="" mimetype="" author="Dominik Haumann (dhdev@gmx.de)" license="LGPL" hidden="true"> +<language version="1.08" kateversion="2.3" name="Alerts" section="Other" extensions="" mimetype="" author="Dominik Haumann (dhdev@gmx.de)" license="LGPL" hidden="true"> <highlighting> <list name="alerts"> + <item> ### </item> + <item> ALERT </item> + <item> BUG </item> + <item> DANGER </item> + <item> DEPRECATED </item> <item> FIXME </item> <item> HACK </item> <item> NOTE </item> <item> NOTICE </item> + <item> SECURITY </item> <item> TASK </item> + <item> TEST </item> + <item> TESTING </item> <item> TODO </item> - <item> ### </item> + <item> WARNING </item> </list> <contexts> <context attribute="Normal Text" lineEndContext="#pop" name="Normal Text" > |