Dominik Schrempf <dominik.schre...@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