diff options
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" > |