summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-16 19:29:25 +0100
committertv <tv@krebsco.de>2019-02-16 19:29:25 +0100
commita7234ccaeadbdffcb88bc3ea4dd7b0d7adbbc48d (patch)
tree66f689a8c7b1d7ab1a4e1926918cccb81d634d98 /tv/2configs
parent04b6533c7e4407783118beee22cb4d466a7e049e (diff)
tv vim: add todoComment
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/vim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 9942ff6..20e1d65 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -151,7 +151,7 @@ let {
setlocal foldmethod=syntax
'';
"/syntax/todo.vim".text = ''
- syn match Comment /#.*/
+ syn match todoComment /#.*/
syn match todoDate /^[1-9]\S*/
\ nextgroup=todoSummary
@@ -173,6 +173,7 @@ let {
syn sync minlines=1000
+ hi link todoComment Comment
hi todoDate ctermfg=255
hi todoSummary ctermfg=229
hi todoBlock ctermfg=248