Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diogoandre/language-cisco
- Owner: DiogoAndre
- License: mit
- Created: 2014-03-07T16:10:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T09:45:21.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T04:03:02.063Z (8 months ago)
- Topics: atom, cisco, network-automation
- Homepage:
- Size: 492 KB
- Stars: 46
- Watchers: 10
- Forks: 22
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
* .iosContributions 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