summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2022-01-28 11:09:23 -0600
committerGitHub <noreply@github.com>2022-01-28 18:09:23 +0100
commit22dca20eeac1067719d7698c0895970c04f860dc (patch)
tree46cf6b16b25edbe5e93ac743f4d6c80d602e30ca /AUTHORS
parentd9ddff1bacee29c73484596c842563627b2e60f2 (diff)
downloadpygments-git-22dca20eeac1067719d7698c0895970c04f860dc.tar.gz
Support comments in JSON (#2049)
* Support comments in JSON This deviates from the JSON specification but doesn't affect valid JSON. * Update the JSON parser and tests to reach 100% code and branch coverage * Note work on JSON lexer * Fix a roundtrip error identified by a random test input in CI * Note that comments are supported, and that no validation is performed
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index d33be648..30ce7a35 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -145,7 +145,7 @@ Other contributors, listed alphabetically, are:
* Stephen McKamey -- Duel/JBST lexer
* Brian McKenna -- F# lexer
* Charles McLaughlin -- Puppet lexer
-* Kurt McKee -- Tera Term macro lexer, PostgreSQL updates, MySQL overhaul
+* Kurt McKee -- Tera Term macro lexer, PostgreSQL updates, MySQL overhaul, JSON lexer
* Joe Eli McIlvain -- Savi lexer
* Lukas Meuser -- BBCode formatter, Lua lexer
* Cat Miller -- Pig lexer