tv vim todo: allow A-Z in tags
This commit is contained in:
parent
49f0a670a6
commit
0e97f41f6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user