diff options
| author | Thomas Duboucher <serianox@users.noreply.github.com> | 2021-02-14 08:54:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 08:54:54 +0100 |
| commit | 1e2efc02e4187ac7a5dbed2854a3e633f600e1e6 (patch) | |
| tree | a2afedab35f330a808734e092179e71891e12bb5 /doc | |
| parent | efd9aa5a955fd512fcf9d1980f206f795cea9075 (diff) | |
| download | pygments-git-1e2efc02e4187ac7a5dbed2854a3e633f600e1e6.tar.gz | |
Add CDDL lexer (Fix #1239) (#1379)
* Add CDDL lexer (thanks to Fabian Neumann)
* Add CDDL to mappings
* Fix inline flag in CDDL regex
* Update AUTHORS
* Fix explosive backtracking
* Comment invalid CDDL syntax for automated tests
* Update following Georg Brandl's review
* Update tests for CDDL to new framework
* Pylint pass
* Update links to CDDL RFC
* Update copyright header
* Solve regexlint issues in CDDL parser
* Add link to CDDL in documentation
Diffstat (limited to 'doc')
| -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 3ccb3b8f..f9adb907 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -220,6 +220,7 @@ Other markup * BBCode * CapDL * `Cap'n Proto <https://capnproto.com>`_ +* `CDDL <https://datatracker.ietf.org/doc/rfc8610/>`_ * CMake * `Csound <https://csound.com>`_ scores * CSS |
