You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
which should be parsed and highlighted as haskell.
Example (and another which uses latex style code blocks).
I'm unfamiliar with the entire process, and don't use atom, but I would quite like to see these lhs files highlighted correctly on github. I'm happy to help, though.
The text was updated successfully, but these errors were encountered:
There's a problem. Historically, lhs is LaTeX with Haskell sprinkled in, not Markdown. So literate Haskell grammar assumes TeX. It's not complicated to write another grammar, now for github-flavored Markdown, but I don't know how to disambiguate it from LaTeX-based literate Haskell. Any suggestions?
The literate haskell syntax highlighting on github, does not work for files using the markdown-unlit syntax.
The bulk of the file should be parsed as markdown, except anything between one of
and one of
which should be parsed and highlighted as haskell.
Example (and another which uses latex style code blocks).
I'm unfamiliar with the entire process, and don't use atom, but I would quite like to see these
lhs
files highlighted correctly on github. I'm happy to help, though.The text was updated successfully, but these errors were encountered: