Add other file extensions

Add zs, zc and zscript extensions
pull/2/head
atil 2020-10-31 01:01:23 +01:00 committed by Alison Watson (Nightdive Studios)
parent 16197bc0b2
commit 26aa8f68b5
1 changed files with 3 additions and 0 deletions

View File

@ -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