summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-09 05:45:13 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commit3fca2434b11ec5cefdf154d82967f0d18655dd25 (patch)
treef25989b0fc94e378ce413ef0c4bef614a19e0471 /tv/2configs/vim.nix
parente88cf24bcf706ec7e5d5af26770345a65a01e894 (diff)
tv nix.vim: highligh embedded sh
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index e224df9f..f9286165 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -198,6 +198,7 @@ let
unlet b:current_syntax
'') {
haskell = {};
+ sh.start = ''write\(Ba\|Da\)sh[^ ]* *\"[^\"]*\"'';
vim.start = ''write[^ ]* *\"\(\([^\"]*\.\)\?vimrc\|[^\"]*\.vim\)\"'';
})}