tv vim todo: allow A-Z in tags

This commit is contained in:
tv 2019-02-02 23:15:16 +01:00
parent 4961c28dae
commit 4be997d423

View File

@ -162,7 +162,7 @@ let {
\ start="." end="$\n"
\ nextgroup=todoBlock
syn match todoTag /\[[a-z]\+\]/hs=s+1,he=e-1
syn match todoTag /\[[A-Za-z]\+\]/hs=s+1,he=e-1
\ contained
syn region todoBlock