| Current Path : /usr/local/share/source-highlight/ |
| Current File : /usr/local/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