diff --git a/rc/filetype/haskell.kak b/rc/filetype/haskell.kak index c3711a3f..92a8b5a3 100644 --- a/rc/filetype/haskell.kak +++ b/rc/filetype/haskell.kak @@ -39,7 +39,7 @@ add-highlighter shared/haskell/string region (??@\\\^|~=]|$) $ fill comment +add-highlighter shared/haskell/line_comment region --(?![!#$%&*+./<>?@\\\^|~=]) $ fill comment add-highlighter shared/haskell/quasiquote region \[\b[_a-z]['\w]*#?\| \|\] regex \[\b[_a-z]['\w]*#?\|(.*?)\|\] 1:string add-highlighter shared/haskell/code/ regex (?