summaryrefslogtreecommitdiffstats
path: root/kate/data/language.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/language.dtd')
-rw-r--r--kate/data/language.dtd11
1 files changed, 4 insertions, 7 deletions
diff --git a/kate/data/language.dtd b/kate/data/language.dtd
index 2422e6eb1..f65eeac7d 100644
--- a/kate/data/language.dtd
+++ b/kate/data/language.dtd
@@ -5,10 +5,7 @@
modified (c) 2005 Dominik Haumann <dhdev@gmx.de>
This file describes 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).
- You'll find the "Writing a Kate Highlighting XML File HOWTO" at
- http://kate.kde.org/doc/hlhowto.php
+ for the Kate text editor, which is part of the Trinity Desktop Environment.
This format is identified using the SYSTEM identifier
SYSTEM "language.dtd"
@@ -26,9 +23,9 @@
It's also possible to use the (much faster) xmllint which comes with the
GNOME (oops:-) XML Library libxml2:
- xmllint - -dtdvalid language.dtd yourSyntax.xml
- (don't use a space between the two - That's just because XML
- comments don't allow that:-(
+ xmllint - -dtdvalid language.dtd yourSyntax.xml
+ (don't use a space between the two - That's just because XML
+ comments don't allow that:-(
To use your syntax file, copy it to .kde/share/apps/katepart/syntax/ in
your home directory. You have to open a new instance of kwrite/kate to use