diff options
author | tv <tv@krebsco.de> | 2016-06-09 22:05:32 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | 1e4e9e1b43d47b59c380a063afe880ea886d78fa (patch) | |
tree | 5bfd034ef9043f224ddabb616849633774e38769 /tv/2configs/vim.nix | |
parent | dbb43b644de8c706036bc533393284d8e4853773 (diff) |
tv nix.vim: syn sync fromstart
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 13ec89841..1e077dd4f 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -289,6 +289,8 @@ let syn match NixQuote2 "''''"he=s+1 contained containedin=@NixSubLangs syn match NixQuote3 "'''\\[nrt]" contained containedin=@NixSubLangs + syn sync fromstart + let b:current_syntax = "nix" set isk=@,48-57,_,192-255,-,' |