summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-02 23:15:16 +0100
committertv <tv@krebsco.de>2019-02-02 23:15:16 +0100
commit0002230b16131264fa86b599acbf40cd305a2c82 (patch)
tree0e275eca589ca777fa4df2d061165b35462b786f
parent898d5a1e0f631492799359b5c09fae90cecaa8c9 (diff)
tv vim todo: allow A-Z in tags
-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 de843a3..575a3bc 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