summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-19 02:49:22 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-19 02:49:22 -0700
commit4a9c38d8ee06fe674dbfb794a73d1e9f96e7b94a (patch)
tree9092c2a7aeb6cf02df371a7f943df40431fee4d8 /CONTRIBUTING.markdown
parentecd16aedf90bff3f37692780090edada9012ebba (diff)
Update syntax highlighter in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.markdown')
-rw-r--r--CONTRIBUTING.markdown3
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?