diff options
Diffstat (limited to 'kate/data/syntax.template')
-rw-r--r-- | kate/data/syntax.template | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kate/data/syntax.template b/kate/data/syntax.template index 1e6e571a5..92996644b 100644 --- a/kate/data/syntax.template +++ b/kate/data/syntax.template @@ -1,19 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <!-- - You'll find the "Writing a Kate Highlighting XML File HOWTO" at http://kate.kde.org/doc/hlhowto.php This is a template for the XML format used for syntax highlight descriptions - for the Kate text editor (http://kate.kde.org), which is part of the KDE - desktop environment (http://www.kde.org). + for the Kate text editor, which is part of the Trinity Desktop Environment. Use it as the base for your own syntax files. Look at language.dtd for some documentation of the allowed elements and their attributes. There is also a description of how to validate your syntax file. - - You'll find the "Writing a Kate Highlighting XML File HOWTO" at http://kate.kde.org/doc/hlhowto.php --> -<language name="" section="" version="1.00" kateversion="2.3" extensions="" mimetype="" author="" license=""> +<language name="" section="" version="1.00" kateversion="2.5" extensions="" mimetype="" author="" license=""> <highlighting> <contexts> <context name="Normal" attribute="Normal Text" lineEndContext="#stay"/> |