Docstrings aren't highlighted
Closed this issue · 2 comments
tankorsmash commented
This is the code from the docstring docs
{-| Convert a list of characters into a String. Can be useful if you
want to create a string primarly by consing, perhaps for decoding
something.
fromList ['e','l','m'] == "elm"
-}
fromList : List Char -> String
fromList = ...
and this is how it appears in my vim
I'd expect the docstring comment starting on line 1 to be grey.
tankorsmash commented
tankorsmash commented
Well score one for rubber ducking, it's an issue with https://github.com/luochen1990/rainbow thanks for reading.