Arc Forumnew | comments | leaders | submitlogin
2 points by tokipin 6041 days ago | link | parent

how do i make it so that it automatically sets the lang as Arc when i open an arc file?


3 points by wxin 6039 days ago | link

Just add following line to your ~/.vimrc.

   au bufnewfile,bufread	*.arc 	set ft=arc

-----