Skip to content

Commit 1ced36e

Browse files
committed
Add XXX as todo keyword
1 parent b1ac468 commit 1ced36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/haskell.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ syn region haskellBlockComment start="{-" end="-}"
101101
syn region haskellPragma start="{-#" end="#-}"
102102
syn region haskellLiquid start="{-@" end="@-}"
103103
syn match haskellPreProc "^#.*$"
104-
syn keyword haskellTodo TODO FIXME contained
104+
syn keyword haskellTodo TODO FIXME XXX contained
105105
" Treat a shebang line at the start of the file as a comment
106106
syn match haskellShebang "\%^#!.*$"
107107
if !get(g:, 'haskell_disable_TH', 0)

0 commit comments

Comments
 (0)