neovimhaskell/haskell-vim

TH breaking syntax highlight

chiroptical opened this issue · 1 comments

This appears to break the syntax highlighting,

disambiguate <- lift $ examineSplice [||b||]

image

syn region haskellTHDoubleBlock matchgroup=haskellTH start="\[||" end="||]" contains=TOP

This looks like it should support this syntax though.