From d219055bc845253eff2b27d30a23b11b97b7ee9d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 19 Nov 2017 21:26:59 +0100 Subject: Update --- syntax/haskell.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syntax/haskell.vim') diff --git a/syntax/haskell.vim b/syntax/haskell.vim index bd5c02ce..048a40ea 100644 --- a/syntax/haskell.vim +++ b/syntax/haskell.vim @@ -99,6 +99,7 @@ syn region haskellBlockComment start="{-" end="-}" \ haskellTodo, \ @Spell syn region haskellPragma start="{-#" end="#-}" +syn region haskellLiquid start="{-@" end="@-}" syn match haskellPreProc "^#.*$" syn keyword haskellTodo TODO FIXME contained " Treat a shebang line at the start of the file as a comment @@ -147,6 +148,7 @@ highlight def link haskellShebang Comment highlight def link haskellLineComment Comment highlight def link haskellBlockComment Comment highlight def link haskellPragma SpecialComment +highlight def link haskellLiquid SpecialComment highlight def link haskellString String highlight def link haskellChar String highlight def link haskellBacktick Operator -- cgit v1.2.3