improved haskell comment regex

This commit is contained in:
Omar Polo 2017-02-21 21:26:05 +01:00
parent 54674fd4bf
commit 129424daea

View File

@ -13,7 +13,7 @@ hook global BufCreate .*[.](hs) %{
add-highlighter -group / regions -default code haskell \
string '"' (?<!\\)(\\\\)*" '' \
comment (--) $ '' \
comment (--[^>]) $ '' \
comment \{- -\} \{- \
macro ^\h*?\K# (?<!\\)\n ''