diff options
author | tv <tv@krebsco.de> | 2016-06-09 05:45:13 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | bc653597e2c95016e4596f46d71526a9b75c2aea (patch) | |
tree | 221fdd78c731ed0e058fad19ca69d57720b3df72 | |
parent | f99c796c8722ff3d081a7d74f1efed00bef1349d (diff) |
tv nix.vim: highligh embedded sh
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index e224df9..f928616 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\)\"''; })} |