tv nix.vim: add c and cabal syntax

This commit is contained in:
tv 2016-06-10 13:56:15 +02:00
parent c233b075b2
commit 3b308d5ed9

View file

@ -266,6 +266,8 @@ let
hi link ${name}Block Statement
'') {
c = {};
cabal = {};
haskell = {};
sh.start = ''write\(Ba\|Da\)sh[^ ]* *\"[^\"]*\"'';
vim.start = ''write[^ ]* *\"\(\([^\"]*\.\)\?vimrc\|[^\"]*\.vim\)\"'';