diff options
author | tv <tv@krebsco.de> | 2017-08-01 20:13:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 20:13:30 +0200 |
commit | e7c4951e870874f2d3df5604ed96b244193ab268 (patch) | |
tree | 0e943330aab938c87b0376a98f4dec165532f897 /tv/2configs | |
parent | 72b27fef23b5729a294e78829fe73f5dfc218e67 (diff) |
tv vim: relaxt sh.extraStart for variable names
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 8528323..ca47186 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -229,7 +229,7 @@ let { lua = {}; sed.extraStart = ''writeSed[^ \t\r\n]*[ \t\r\n]*"[^"]*"''; sh.extraStart = concatStringsSep ''\|'' [ - ''write\(Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*"[^"]*"'' + ''write\(Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*\("[^"]*"\|[a-z]\+\)'' ''[a-z]*Phase[ \t\r\n]*='' ]; yaml = {}; |