I'm having an issue with haskell-vim properly deliberating between comments and disabling syntax checking within comment blocks. Running nvim v0.4.3.
Options set in init.vim:
let g:haskell_enable_quantification = 1
let g:haskell_enable_recursivedo = 1
let g:haskell_enable_arrowsyntax = 1
let g:haskell_enable_pattern_synonyms = 1
let g:haskell_enable_typeroles = 1
let g:haskell_enable_static_pointers = 1
let g:haskell_backpack = 1
I'm having an issue with haskell-vim properly deliberating between comments and disabling syntax checking within comment blocks. Running nvim v0.4.3.
Options set in init.vim:
Example: