rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.32k stars 734 forks source link

Add support for Cisco configuration files #820

Open cgonzalez opened 6 years ago

cgonzalez commented 6 years ago

Please add syntax highlighting to Cisco configuration files (.cisco or .ios).

As a reference, here are the Sublime Text, Atom, Kate and Gedit implementations:

stale[bot] commented 5 years ago

This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days.

cgonzalez commented 5 years ago

This is not a "contribution" but a request. Please consideer to add syntax highlighting to Cisco configuration files.

pyrmont commented 5 years ago

@cgonzalez Yeah, sorry that wording wasn't great :(

As an open source project, Rouge adds new features from the contributions of its community. There really isn't any particular person or team that could 'consider' this or not.

If there's a highlighter you'd like to see, feel free to make a PR submitting one! We have quite a backlog we're working through but priority is being given to newer PRs. There's a guide I put together when I became a maintainer that might be of some help :)