Current File : //proc/self/root/kunden/proc/thread-self/root/usr/share/source-highlight/haskell_literate.lang
# Haskel literate programming
# both Bird and Latex style

state code start '^>' begin
  include "haskell.lang"
end

state code delim "\\begin{code}" "\\end{code}" multiline begin
  include "haskell.lang"
end