summaryrefslogtreecommitdiff
path: root/doc/languages.rst
diff options
context:
space:
mode:
authorImmanuel Washington <code.immanuelqrw@gmail.com>2021-08-08 08:51:19 -0400
committerGitHub <noreply@github.com>2021-08-08 14:51:19 +0200
commite2352ff61df9a02a3a4c7e6aa10f76706ee6d552 (patch)
tree8d9cf57f3627647c526ce400d123b3694e0ef2bc /doc/languages.rst
parenta768fb9fea8a7a1137b4197a43381f85cad94c2e (diff)
downloadpygments-git-e2352ff61df9a02a3a4c7e6aa10f76706ee6d552.tar.gz
Added Smithy Lexer (#1878) (#1879)
* Added Smithy Lexer (#1878) * Added Smithy Lexer * Added Smithy Lexer auhtor * Documented Smithy as a supported language * Added Smithy test file and output * Updated Smithy Lexer * Added Standard file heading with copyright and license * Used `words` method for optimization, instead of bare regex * Specified whitespace punctuation in root * Updated aliases to only contain lowercase names to pass `test_basic_api` tests * Updated regexes lightly to fit regexlint rules (removing duplicate characters in group `-`) * Fixed regexes with errors in regexlint rules (Escaping brackets, gaps in capture groups) * Ran mapping script to fix build check * Ran mapping to update after changing aliases in previous commit
Diffstat (limited to 'doc/languages.rst')
-rw-r--r--doc/languages.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst
index 0132a847..2d7862da 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -280,6 +280,7 @@ Other markup
* Scdoc
* Sieve
* Singularity
+* `Smithy <https://awslabs.github.io/smithy/>`_
* SPARQL
* SQL, also MySQL, SQLite
* Squid configuration