From b11b36eec3e9b350d5041b2646e1fe2e0d5fd637 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 31 Jul 2022 15:01:07 +0200 Subject: [PATCH] Add an entry for json to org-latex-minted-langs --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index ebdc55d..f9049a2 100644 --- a/README.org +++ b/README.org @@ -1925,6 +1925,7 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty (cperl "perl") (diff "diff") (shell-script "bash") + (json "json") (org "text") (toml "toml"))) '(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow")))