misc
Up one level- pd patch text syntax highlighting for Vim editor by ilya d. 85 — last modified 2007-10-19 10:34 PM
- just put it into $home/.vim/syntax and use :set syntax=pd when you start vim. you can add autodetection for .pd filetype as well. % echo 'au BufNewFile,BufRead *.pd set filetype=pd' > ~/.vim/ftdetect/pd.vim to setup autodetection!
- screenshot (pd syntax) by ilya d. 85 — last modified 2007-10-19 09:44 PM