Contributed by jose on from the :set-pf dept.
"Vim syntax highlighting for pf.conf, your ruleset never looked so good before. :-)This looks like a handy way to visually sift through complex rulesets more efficiently. Thank you Camiel!"Screenshot": http://www.sentia.org/downloads/pf.conf.html
Syntax config file: http://www.sentia.org/downloads/pf.vimCopy it to your syntax dir, then type ':setf pf'. "
(Comments are closed)
By Froggy () spammeyoubastards@froggynet.com on http://www.froggynet.com/
I second the thank you. Any tool that helps those of us that don't build firewalls on a daily basis do our job better and faster is much appreciated.
By Anonymous Coward () on
By Anonymous Coward () on
By Anonymous Coward () on
By Anonymous Coward () on
By Anonymous Coward () on
By FuraxFox () spam@goupilland.net on http://www.goupilland.net/
I just thought that it may be usefull to people looking for way to use pf.vim automaticaly.
Just add:
" PF.conf
au BufNewFile,BufRead pf.conf* setf pf
to $VIMRUNTIMEfiletype.vim (where $VIMRUNTIME si probably /usr/local/share/vim/vim61).
Most of you may have gessed that but I hope this helps.