tv nix.vim: let b:current_syntax
This commit is contained in:
parent
d341d1ad10
commit
ef0ce9065f
@ -105,6 +105,8 @@ let
|
|||||||
|
|
||||||
syn match String /"\([^\\"]\|\\.\)*"/
|
syn match String /"\([^\\"]\|\\.\)*"/
|
||||||
syn match Comment /\(^\|\s\)#.*/
|
syn match Comment /\(^\|\s\)#.*/
|
||||||
|
|
||||||
|
let b:current_syntax = "nix"
|
||||||
''}
|
''}
|
||||||
|
|
||||||
au BufRead,BufNewFile /dev/shm/* set nobackup nowritebackup noswapfile
|
au BufRead,BufNewFile /dev/shm/* set nobackup nowritebackup noswapfile
|
||||||
|
Loading…
Reference in New Issue
Block a user