Cisco ACL syntax highlighting rules : provides highlighting for files with Cisco ACLs
script karma |
Rating 33/19,
Downloaded by 2220 |
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. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.217.162.18
|