Add support for Literate Haskell #13
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I needed support for Literate Haskell for my lectures, so I first made a separate extension, but then I realize this can actually be used as part of the Haskell extension.
I've found an existing Literate Haskell tree-sitter grammar: https://github.com/LaurentRDC/tree-sitter-haskell-literate
I've employed Claude Code to analyze existing extensions and how it could embed Haskell syntax highlighting in
lhscode blocks. It supports "bird" syntax, Latex code block and a Markdown style code block.Tested it locally with my lectures - it works well:
