We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ac468 commit 1ced36eCopy full SHA for 1ced36e
syntax/haskell.vim
@@ -101,7 +101,7 @@ syn region haskellBlockComment start="{-" end="-}"
101
syn region haskellPragma start="{-#" end="#-}"
102
syn region haskellLiquid start="{-@" end="@-}"
103
syn match haskellPreProc "^#.*$"
104
-syn keyword haskellTodo TODO FIXME contained
+syn keyword haskellTodo TODO FIXME XXX contained
105
" Treat a shebang line at the start of the file as a comment
106
syn match haskellShebang "\%^#!.*$"
107
if !get(g:, 'haskell_disable_TH', 0)
0 commit comments