pygments / pygments

Pygments is a generic syntax highlighter written in Python
http://pygments.org/
BSD 2-Clause "Simplified" License
1.83k stars 676 forks source link

Add lexer for Icinga2 #1366

Open rjhenry opened 4 years ago

rjhenry commented 4 years ago

Icinga2 code has already been formatted to some degree for the vim-icinga2 package (Debian, RHEL and derivatives thereof). As our internal wiki has a hefty number of Icinga2 config snippets, it would be great for Pygments (and by extension, SyntaxHighlight) to support Icinga2 as a language.

rjhenry commented 4 years ago

I'll try and make a start on this at some point in the near future, subject to time constraints.