summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-02 23:15:16 +0100
committerlassulus <lassulus@lassul.us>2019-02-08 05:19:48 +0100
commit0e97f41f6ece2d878c98c234ba59f6b73c6cc0f8 (patch)
tree456ba8bcc0deb0474e68b6786fbf6c6447534ccc /tv
parent49f0a670a6ecaf7c229fc29aad2b33f5f4b4779b (diff)
tv vim todo: allow A-Z in tags
Diffstat (limited to 'tv')
-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