tv vim todo: allow A-Z in tags

This commit is contained in:
tv 2019-02-02 23:15:16 +01:00 committed by lassulus
parent 49f0a670a6
commit 0e97f41f6e
1 changed files with 1 additions and 1 deletions

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