sponsor Vim development Vim logo Vim Book Ad

Cisco ACL syntax highlighting rules : provides highlighting for files with Cisco ACLs

 script karma  Rating 33/19, Downloaded by 2091  Comments, bugs, improvements  Vim wiki

created by
Vladimir Kotal
 
script type
color scheme
 
description
This syntax highlighting script can be used for files which contain Cisco ACL rules. This is particulary usefull for Cisco ACL framework administration. (e.g. keeping ACLs in cvs, editing them and loading to Cisco boxes automatically)

This script can be used with aclcheck (http://techie.devnull.cz/aclcheck)
 
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

Every file with .crules or .acl suffix will be displayed in vim using Cisco ACL highlighting rules.
 

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.1 2004-11-23 6.0 Vladimir Kotal Initial upload
ip used for rating: 34.204.3.195

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