emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org Haskell code blocks


From: Ihor Radchenko
Subject: Re: Org Haskell code blocks
Date: Wed, 26 Oct 2022 04:19:06 +0000

Dominik Schrempf <dominik.schrempf@gmail.com> writes:

> Ad scrambling: The scrambling happens with multi-line input. For example
>
>     #+begin_src haskell :exports both :results output
>     let x = 10
>     let y = 12
>     x*y
>     [x,y]
>     #+end_src
>
>     #+results:
>     :
>     : ghci> 120
>     : [10,12]

I am unable to reproduce on the latest main.
Likely because of recent fixes in ob-comint.

> Do you get syntax highlighting when the source code is indented (for
> example in list items).

I have the above code fontified.
Could you please provide an example of the code that is not being fontified?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]