neovimhaskell / haskell-vim

Custom Haskell Vimscripts
BSD 2-Clause "Simplified" License
681 stars 84 forks source link

Comment syntax is invalid #119

Closed ciehanski closed 4 years ago

ciehanski commented 4 years ago

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

Example:

image
ciehanski commented 4 years ago

The commenting syntax randomly started to work today after booting up nvim. Really strange. I guessed this can be closed for now.