You are hereCisco config syntax highlighting in Gvim

Cisco config syntax highlighting in Gvim


By chri - Posted on 09 June 2008

My colleague Niels created a syntax highlighting script for VIM.
Like he says:

The goal was to aid in reading a config file, not to provide error-checking when writing one. The script checks for often used tokens and colors them. The recognized tokens are:
  • Comments (start with an ! mark)
  • IP addresses (only IPv4 currently)
  • Interface names. All variants that I came across are included, but the list will certainly be incomplete.

Read the full article here.