1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 07:09:11 +08:00

fix(postscript): use postscript instead

This commit is contained in:
wsdjeg 2022-05-21 14:19:46 +08:00
parent 290b7906d6
commit 0db74e6fe4
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1 @@
" 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
au BufNewFile,BufRead *.ps setf postscript

View File

@ -775,6 +775,6 @@ hi def link postscrGSMathOperator postscrError
endif
let b:current_syntax = "postscr"
let b:current_syntax = "postscript"
" vim: ts=8