mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
vim-patch:817db406bb12
Add TODO, FIXME to Haskell syntax file (vim/vim#8055)
Adding TODO, XXX, FIXME to Haskell syntax file vim/vim#8054
817db406bb
Co-authored-by: Bruno-366 <81762173+Bruno-366@users.noreply.github.com>
This commit is contained in:
parent
f0b3defecb
commit
f65be8c5f5
@ -108,6 +108,8 @@ syn match hsLineComment "---*\([^-!#$%&\*\+./<=>\?@\\^|~].*\)\?$" contain
|
||||
syn region hsBlockComment start="{-" end="-}" contains=hsBlockComment,@Spell
|
||||
syn region hsPragma start="{-#" end="#-}"
|
||||
|
||||
syn keyword hsTodo contained FIXME TODO XXX NOTE
|
||||
|
||||
" C Preprocessor directives. Shamelessly ripped from c.vim and trimmed
|
||||
" First, see whether to flag directive-like lines or not
|
||||
if (!exists("hs_allow_hash_operator"))
|
||||
|
Loading…
Reference in New Issue
Block a user