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 | 3fca2434b11ec5cefdf154d82967f0d18655dd25 (patch) | |
tree | f25989b0fc94e378ce413ef0c4bef614a19e0471 /tv | |
parent | e88cf24bcf706ec7e5d5af26770345a65a01e894 (diff) |
tv nix.vim: highligh embedded sh
Diffstat (limited to 'tv')
-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 e224df9fe..f92861653 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\)\"''; })} |