summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-09 22:05:32 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commit1e4e9e1b43d47b59c380a063afe880ea886d78fa (patch)
tree5bfd034ef9043f224ddabb616849633774e38769 /tv/2configs/vim.nix
parentdbb43b644de8c706036bc533393284d8e4853773 (diff)
tv nix.vim: syn sync fromstart
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 13ec8984..1e077dd4 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,-,'