4 lines
97 B
VimL
4 lines
97 B
VimL
" Vim filetype detection file
|
|
" Language: asymptote
|
|
au BufNewFile,BufRead *.asy set filetype=asy
|