Add other file extensions

Add zs, zc and zscript extensions
pull/1/head
atil 2020-10-31 01:01:23 +01:00
parent 16197bc0b2
commit 9a0cec711a
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