File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ syn region haskellBlockComment start="{-" end="-}"
9797 \ haskellTodo,
9898 \ @S pell
9999syn region haskellPragma start =" {-#" end =" #-}"
100+ syn region haskellLiquid start =" {-@" end =" @-}"
100101syn match haskellPreProc " ^#.*$"
101102syn keyword haskellTodo TODO FIXME contained
102103" Treat a shebang line at the start of the file as a comment
@@ -145,6 +146,7 @@ highlight def link haskellShebang Comment
145146highlight def link haskellLineComment Comment
146147highlight def link haskellBlockComment Comment
147148highlight def link haskellPragma SpecialComment
149+ highlight def link haskellLiquid SpecialComment
148150highlight def link haskellString String
149151highlight def link haskellChar String
150152highlight def link haskellBacktick Operator
You can’t perform that action at this time.
0 commit comments