Ihor Radchenko writes: > Dominik Schrempf writes: > >> Syntax highlighting is not working, for example, with the following >> snippet and code block: >> >> begin_snippet >> >> - An example of a function: >> >> #+begin_src haskell :exports code :results none >> f :: a -> b >> #+end_src >> >> end_snippet > > Works on my side (I think). > See the attached screenshot. > I am on the latest main. > > [2. image/png; haskell-fontification.png]... This is interesting. For me, syntax highlighting works partially. For example, keywords are highlighted, but function names are not. See below.