summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index de843a30..575a3bcb 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -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