forked from aniani/vim
Add TODO, FIXME to Haskell syntax file (#8055)
Adding TODO, XXX, FIXME to Haskell syntax file #8054
This commit is contained in:
parent
442d1746f4
commit
817db406bb
@ -108,6 +108,8 @@ syn match hsLineComment "---*\([^-!#$%&\*\+./<=>\?@\\^|~].*\)\?$" contain
|
|||||||
syn region hsBlockComment start="{-" end="-}" contains=hsBlockComment,@Spell
|
syn region hsBlockComment start="{-" end="-}" contains=hsBlockComment,@Spell
|
||||||
syn region hsPragma start="{-#" end="#-}"
|
syn region hsPragma start="{-#" end="#-}"
|
||||||
|
|
||||||
|
syn keyword hsTodo contained FIXME TODO XXX NOTE
|
||||||
|
|
||||||
" C Preprocessor directives. Shamelessly ripped from c.vim and trimmed
|
" C Preprocessor directives. Shamelessly ripped from c.vim and trimmed
|
||||||
" First, see whether to flag directive-like lines or not
|
" First, see whether to flag directive-like lines or not
|
||||||
if (!exists("hs_allow_hash_operator"))
|
if (!exists("hs_allow_hash_operator"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user