ciscoacl.vim : Cisco ACL syntax highlighting
| script karma |
Rating 5/2,
Downloaded by 903 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|