vim2hs icon indicating copy to clipboard operation
vim2hs copied to clipboard

vim2hs :: Vim -> Haskell

Results 64 vim2hs issues
Sort by recently updated
recently updated
newest added

In an lhs file, lines starting with `>` are correctly highlighted but sections marked with `\begin{code}` and `\end{code}` are not highlighted at all. Could they be, please?

Defined `hsIdentifierNested` syntax highlighting item for identifiers defined in `where` clause. It matches identifier preceded by whitespaces when it is followed by = on the same line or the next...

I'm not entirely sure this is due to vim2hs, but I strongly suspect it is so I thought I'd let you know. Initially vim2hs was working perfectly. I recompiled vim...

enhancement

`someFunction :: a -> a` etc. works fine `someFunction' :: a -> a` loses highlighting

according to what wiki [suggests](https://wiki.haskell.org/Structure_of_a_Haskell_project), the source structure is not exposed to the project root. so if i want to use `gf` to swap between files, i have to make...

Infix operators without spaces on both sides are not highlighted: ``` apa = x++x ++x++ x ``` Infix constructors are not highlighted: ``` bepa = 1 :+: 1 ``` Or...

Renders all navigation abominably slow. Workaround is to use :NoMatchParen. This seems unrelated to other general syntax performance issues and the following specific settings: - relativenumber - cursorline - cursorcolumn...

When using the syntax highlighting from vim2hs I experience significant lag, even just moving the cursor up and down. My old highlighting file didn't suffer from this. Have you noticed...

enhancement