4 lines
96 B
VimL
4 lines
96 B
VimL
" Vim filetype detection file
|
|
" Language: Asymptote
|
|
au BufNewFile,BufRead *.asy setfiletype asy
|