diff options
author | tv <tv@krebsco.de> | 2019-02-02 23:15:16 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-02-08 05:19:48 +0100 |
commit | 0e97f41f6ece2d878c98c234ba59f6b73c6cc0f8 (patch) | |
tree | 456ba8bcc0deb0474e68b6786fbf6c6447534ccc /tv/2configs | |
parent | 49f0a670a6ecaf7c229fc29aad2b33f5f4b4779b (diff) |
tv vim todo: allow A-Z in tags
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index de843a30f..575a3bcb0 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 |