From f21867d2acbef760d04e1049cf22c44891a6efe0 Mon Sep 17 00:00:00 2001 From: tgirod <130746+tgirod@users.noreply.github.com> Date: Wed, 28 Oct 2020 09:36:28 +0100 Subject: [PATCH] fix comment highlighting `#` will be considered a comment only if it is the first character of the line, including blank characters. --- rc/filetype/haskell.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/haskell.kak b/rc/filetype/haskell.kak index c86116f0..e51054e4 100644 --- a/rc/filetype/haskell.kak +++ b/rc/filetype/haskell.kak @@ -35,7 +35,7 @@ provide-module haskell %[ add-highlighter shared/haskell regions add-highlighter shared/haskell/code default-region group add-highlighter shared/haskell/string region (??@\\\^|~=]|$) $ fill comment