Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 687 Bytes

Cisco configuration files support in Atom

This package adds syntax highlighting to Cisco configuration files in Atom.

Currently focused on Cisco IOS configuration files, rather than command outputs or debugs.

screenshot

Install

Run apm install language-cisco

Supported Filetypes

  • .cisco
  • .ios

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

Inspiration

This package was partially based in the Vim script created by Harry Schroeder, that can be found at http://www.vim.org/scripts/script.php?script_id=151