Add other file extensions

Add zs, zc and zscript extensions
pull/2/head
atil 2020-10-31 01:01:23 +01:00 cometido por Alison Watson (Nightdive Studios)
padre 16197bc0b2
commit 26aa8f68b5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -1,3 +1,6 @@
au BufRead,BufNewFile *.zs setf zscript
au BufRead,BufNewFile *.zsc setf zscript
au BufRead,BufNewFile *.zc setf zscript
au BufRead,BufNewFile *.zscript setf zscript
" EOF