summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-10 13:54:50 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commit4b4e1a6cb92a94407a3d446328cc74521bcb3065 (patch)
tree88575ab95a4fcafa6f8046ab9461a767faaf6d5b /tv/2configs/vim.nix
parent71b200e46510e8b34d795869a4deeac12724d0e5 (diff)
tv vim: match TODO everywhere
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 480d93e..7da78b4 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -158,8 +158,9 @@ let
colorscheme hack
syntax on
- au Syntax * syn match TabStop containedin=ALL /\t\+/
- \ | syn match Garbage containedin=ALL /\s\+$/
+ au Syntax * syn match Garbage containedin=ALL /\s\+$/
+ \ | syn match TabStop containedin=ALL /\t\+/
+ \ | syn keyword Todo containedin=ALL TODO
au BufRead,BufNewFile *.hs so ${hs.vim}