Преглед на файлове

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

* lisp/ox-html.el (org-html-style-default): Add pre.src-lua to CSS.
thibault преди 8 години
родител
ревизия
c72a0d2df9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      lisp/ox-html.el

+ 1 - 0
lisp/ox-html.el

@@ -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'; }