diff options
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 694f392df..c2f6c8455 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -266,6 +266,8 @@ let hi link ${name}Block Statement '') { + c = {}; + cabal = {}; haskell = {}; sh.start = ''write\(Ba\|Da\)sh[^ ]* *\"[^\"]*\"''; vim.start = ''write[^ ]* *\"\(\([^\"]*\.\)\?vimrc\|[^\"]*\.vim\)\"''; |