Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogoandre/language-cisco

Add syntax highlighting to Cisco configuration files in Atom
https://github.com/diogoandre/language-cisco

atom cisco network-automation

Last synced: about 1 month ago
JSON representation

Add syntax highlighting to Cisco configuration files in Atom

Awesome Lists containing this project

README

        

# 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](https://raw.github.com/DiogoAndre/language-cisco/master/cisco2.png)

## 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