Skip to content

Commit

Permalink
[Haskell] Fix Lterate Haskell
Browse files Browse the repository at this point in the history
This commit extends LaTeX's `begin-end-commands` context to support
Haskell's `\begin{code} ... \end{code}` blocks.

Formerly used `plain-tex` does no longer exist.
  • Loading branch information
deathaxe committed Nov 13, 2022
1 parent 718926a commit ccc0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haskell/Literate Haskell.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file_extensions:
- lhs

contexts:
plain-tex:
begin-end-commands:
- meta_prepend: true
- include: haskell-code

Expand Down

0 comments on commit ccc0ab8

Please sign in to comment.