sponsor Vim development Vim logo Vim Book Ad

ciscoacl.vim : Cisco ACL syntax highlighting

 script karma  Rating 5/2, Downloaded by 756  Comments, bugs, improvements  Vim wiki

created by
Marcos Manoni
 
script type
syntax
 
description
This syntax highlighting script it is based on http://www.vim.org/scripts/script.php?script_id=1141 by Vladimir Kotal.
I've added many more keywords and ipv6 support.
 
install details
copy ciscoacl.vim to your ~/.vim/syntax directory and add following lines to your ~/.vimrc file:

augroup filetype
        au! BufRead,BufNewFile *.crules     set filetype=ciscoacl
        au! BufRead,BufNewFile *.acl        set filetype=ciscoacl
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ciscoacl.vim 0.2 2011-03-28 6.0 Marcos Manoni Initial upload
ip used for rating: 18.222.35.21

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github