Replies: 2 comments
-
I have since found that I can use a cradle:
direct:
arguments: ["-pgmL", "markdown-unlit"] This is less than ideal in my case however, I would prefer to do this in a way that would work in every directory, regardless of whether there is a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cradle handles the build tools, build tools handle ghc flag. If I am not mistaken. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use markdown-unlit as the default literate Haskell preprocessor for all standalone
.lhs
files. Is there a way to configure HLS, so that it uses markdown-unlit by default?For example instead of the regular bird-style I would like to write files like this:
For this to work, I would probably have to pass
-pgmL markdown-unlit
to GHC, but I'm not sure if there is a way to do it globally, so that it is always enabled when using HLS.Beta Was this translation helpful? Give feedback.
All reactions