mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 16:40:05 +08:00
6 lines
224 B
VimL
6 lines
224 B
VimL
|
" PostScript (+ font files, encapsulated PostScript, Adobe Illustrator)
|
||
|
au BufNewFile,BufRead *.ps,*.pfa,*.afm,*.eps,*.epsf,*.epsi,*.ai setf postscr
|
||
|
|
||
|
" PostScript Printer Description
|
||
|
au BufNewFile,BufRead *.ppd setf ppd
|