diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-19 02:49:22 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-19 02:49:22 -0700 |
commit | 4a9c38d8ee06fe674dbfb794a73d1e9f96e7b94a (patch) | |
tree | 9092c2a7aeb6cf02df371a7f943df40431fee4d8 | |
parent | ecd16aedf90bff3f37692780090edada9012ebba (diff) |
Update syntax highlighter in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index f3556efa..6fbad1b7 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -78,7 +78,8 @@ lang: ep-ep ### Syntax highlighter -[Rouge](https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers) is used for syntax highlighting. +[Pygments](https://pygments.org/languages/) is used for syntax highlighting through +[pygments.rb](https://github.com/pygments/pygments.rb). ### Should I add myself as a contributor? |