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:
parent
290b7906d6
commit
0db74e6fe4
@ -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
|
||||
|
@ -775,6 +775,6 @@ hi def link postscrGSMathOperator postscrError
|
||||
endif
|
||||
|
||||
|
||||
let b:current_syntax = "postscr"
|
||||
let b:current_syntax = "postscript"
|
||||
|
||||
" vim: ts=8
|
||||
|
Loading…
x
Reference in New Issue
Block a user