diff options
author | tv <tv@krebsco.de> | 2016-06-10 13:54:50 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | 4b4e1a6cb92a94407a3d446328cc74521bcb3065 (patch) | |
tree | 88575ab95a4fcafa6f8046ab9461a767faaf6d5b /tv/2configs | |
parent | 71b200e46510e8b34d795869a4deeac12724d0e5 (diff) |
tv vim: match TODO everywhere
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 5 |
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} |