apply '"' highlighting fix to haskell as well
This commit is contained in:
parent
3ae0d86b27
commit
57cb2d0682
|
@ -12,7 +12,7 @@ hook global BufCreate .*[.](hs) %{
|
|||
# ‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
add-highlighter -group / regions -default code haskell \
|
||||
string '"' (?<!\\)(\\\\)*" '' \
|
||||
string %{(?<!')"} (?<!\\)(\\\\)*" '' \
|
||||
comment (--[^>]) $ '' \
|
||||
comment \{- -\} \{- \
|
||||
macro ^\h*?\K# (?<!\\)\n ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user