ox-html: Add pre.src-lua to CSS

* lisp/ox-html.el (org-html-style-default): Add pre.src-lua to CSS.
This commit is contained in:
thibault 2016-08-29 09:03:27 +02:00 committed by Nicolas Goaziou
parent a4cb6463d0
commit c72a0d2df9
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ for the JavaScript code in this tag.
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }