ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/haskell_literate.lang

10 lines
208 B
Plaintext

# 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