diff options
author | tv <tv@krebsco.de> | 2017-07-22 20:00:44 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-23 00:29:38 +0200 |
commit | 5b6b176d560f621785bb57a97d171885dd639c8a (patch) | |
tree | 733aaca7aaaec6e49a7890f1d275cb02098da7fe | |
parent | 49102c63786c4c9d12b996601a579281e4661398 (diff) |
tv nix.vim: add yaml syntax
-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 7849b6f..f0b1cf5 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -230,6 +230,7 @@ let { ''write\(Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*"[^"]*"'' ''[a-z]*Phase[ \t\r\n]*='' ]; + yaml = {}; vim.extraStart = ''write[^ \t\r\n]*[ \t\r\n]*"\(\([^"]*\.\)\?vimrc\|[^"]*\.vim\)"''; xdefaults = {}; |