rouge-ruby / rouge

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

Add support for RPM spec #754

Open Conan-Kudo opened 6 years ago

Conan-Kudo commented 6 years ago

RPM spec files are used by Linux distributions that use the RPM package management system (such as Fedora, CentOS, Mageia, and openSUSE) to describe how RPM packages are constructed.

Both Pygments and CodeMirror (other popular syntax highlighters) have support for this:

Please consider adding RPM spec support to Rouge.

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.

pyrmont commented 5 years ago

Hi :) I just wanted to note that Rouge depends for its feature development on the submissions of its community. There's no particular person or team to 'consider' supporting a particular language; merely the PRs we get from contributors.

The good news is that since Rouge is open source, anyone can contribute. We have quite a backlog of PRs but we give priority to the newer ones so if you submit a lexer, it'll go to the top of the stack as it were. When I became a maintainer, I put together a guide that might be helpful.

We look forward to seeing what you contribute! :)