1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

add js/processing stuff

This commit is contained in:
Connor Olding 2017-05-26 02:24:48 +00:00
parent 803ffd926d
commit 09535b3ede

View File

@ -154,6 +154,7 @@ if has('autocmd')
au FileType ruby call TabTwo()
au FileType nim call TabTwo()
au BufRead,BufNewFile *.bt,*.1sc call TabFour()
au FileType javascript,processing call TabTwo()
augroup END
augroup whatever
@ -163,6 +164,7 @@ if has('autocmd')
au BufRead,BufNewFile *.1sc setlocal ft=c
au BufRead,BufNewFile *.asm setlocal ft=lips
au BufRead,BufNewFile *.nim setlocal ft=nim
au BufRead,BufNewFile *.pde setlocal ft=processing
augroup END
augroup nocomment