tv nix.vim: let b:current_syntax

This commit is contained in:
tv 2016-02-02 20:02:01 +01:00
parent d341d1ad10
commit ef0ce9065f

View File

@ -105,6 +105,8 @@ let
syn match String /"\([^\\"]\|\\.\)*"/
syn match Comment /\(^\|\s\)#.*/
let b:current_syntax = "nix"
''}
au BufRead,BufNewFile /dev/shm/* set nobackup nowritebackup noswapfile