Re: Configuring KDE-KATE to use other highlighting syntaxes
Anders Lund <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kate |
|---|---|
| Organization | Saguaro |
| Message-ID | <[email protected]> |
On Friday 12 July 2002 18:32, Katinka Mills wrote: > Hi all, > > I am an EE and wish to use KATE to write programs for the ATMEL AVR. > > I would like to know the format of the files for syntax highlighting and > where they are added, so I can configure an option up for the AVR asembler > instructions. > > Regards, > Kat. The files are in $KDEDIR/share/apps/katepart/syntax. They are XML files, and there is some documentation in the kate manual, as well as you should look at the existing files for reference. You can enable the XML plugin and use the language.dtd.xml meta DTD to get some typing help for editing such files wihtin Kate, it you have a recent (cvs, that is) version. -anders