Open GoogleCodeExporter opened 9 years ago
Any movement on this or more general highlighting? It would be very nice to
have the
highlighting-kate syntax highlighting in non-HTML export targets, like context
(for
PDFs).
Original comment by gwe...@gmail.com
on 23 Dec 2009 at 6:16
Original comment by fiddloso...@gmail.com
on 23 Dec 2009 at 8:14
is now translated to
\begin{lstlisting}[language=haskell] f x = x \end{lstlisting}
And
f 23 = 23
becomes\lstinline[]!f 23 = 23!
Likewise for one-language documents you can have a default language by adding, e.g., \lstset{language=haskell} to your header file and then simply write
John MacFarlane said that there should be an option to switch between this and verbatim mode, but I did not come round to add that also.