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 | 78e2f6cd385b073ac60a2acd2ffe49a23d534a52 (patch) | |
tree | 81efd947ac62cb0f9fc32462a14323c141a481df /tv/2configs | |
parent | 4bd55d2cd934a808b5733e4c127d9823ae1031c2 (diff) |
tv nix.vim: syn sync fromstart
Diffstat (limited to 'tv/2configs')
-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 13ec898..1e077dd 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,-,' |