Syntax highlighting for KDE's Kate
Dear KDE users, I've hacked syntax highlighting files for Kate, KDE's editor. Feel free to use or to modify them. http://www.informatik.uni-bonn.de/~ralf/software.html#syntax Cheers, Ralf
On Friday 03 May 2002 06:29 am, Ralf Hinze wrote:
Dear KDE users,
I've hacked syntax highlighting files for Kate, KDE's editor. Feel free to use or to modify them.
http://www.informatik.uni-bonn.de/~ralf/software.html#syntax
Cheers, Ralf
Attached here is another syntax highlighting file for Kate that I wrote; it closely follows the haskell report for things like character literals and the maximal-munch rule for comments. I haven't gotten around to writing a version for literate haskell files, but maybe someone else could try to adapt it. Feel free to try it out. Even if you don't use Kate for editing, you can still use the highlighting file with the embedded text viewer in Konqueror. - Brian Huffman
Dear KDE users,
I've hacked syntax highlighting files for Kate, KDE's editor. Feel free to use or to modify them.
http://www.informatik.uni-bonn.de/~ralf/software.html#syntax
Great! To bad the literate haskell mode doesn't work with the LaTeX kind of literate programming - \begin{code} ... \end{code} - that's how I've been coding all my haskell programs lately :) I'll probably hack it myself if/when I have the time. J.A.
On Sunday 05 May 2002 02:42 pm, Jorge Adriano wrote:
To bad the literate haskell mode doesn't work with the LaTeX kind of literate programming - \begin{code} ... \end{code} - that's how I've been coding all my haskell programs lately :)
Attached is my version of the haskell syntax highlighting file, hacked to work with both styles of literate comments. It uses the #stay and #pop features for changing contexts, so you probably need a recent version of Kate (I'm using kde 3.0) for it to work. I hope you find it useful. - Brian Huffman
participants (3)
-
Brian Huffman -
Jorge Adriano -
Ralf Hinze