Add an entry for json to org-latex-minted-langs

This commit is contained in:
Gerard Vermeulen 2022-07-31 15:01:07 +02:00
parent 4a442c264b
commit b11b36eec3
1 changed files with 1 additions and 0 deletions

View File

@ -1925,6 +1925,7 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
(cperl "perl") (cperl "perl")
(diff "diff") (diff "diff")
(shell-script "bash") (shell-script "bash")
(json "json")
(org "text") (org "text")
(toml "toml"))) (toml "toml")))
'(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow"))) '(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow")))