diff options
author | Florian Hammerschmidt <florianh89@gmail.com> | 2020-02-29 15:47:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 15:47:15 +0100 |
commit | 0922530959cebfdb3a75dcae244d50e12a1b2052 (patch) | |
tree | 22ffff7cb00ecbe9119c0b9c1042b0d71b13d3e9 /doc/languages.rst | |
parent | 35544e2fc6eed0ce4a27ec7285aac71ff0ddc473 (diff) | |
download | pygments-git-0922530959cebfdb3a75dcae244d50e12a1b2052.tar.gz |
Add ReasonML lexer. (#1386)
Diffstat (limited to 'doc/languages.rst')
-rw-r--r-- | doc/languages.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst index de2e93c9..9fc0093e 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -134,6 +134,7 @@ Programming languages * QBasic * `Racket <https://racket-lang.org/>`_ * `Raku <https://www.raku.org/>`_ a.k.a. Perl 6 +* `ReasonML <https://reasonml.github.io/>`_ * `REBOL <http://www.rebol.com>`_ * `Red <https://www.red-lang.org>`_ * Redcode |