Explorar o código

added (sqlite "SQL") to org-export-latex-listings-langs

* lisp/org-latex.el (org-export-latex-listings-langs): added (sqlite "SQL")
Eric Schulte %!s(int64=15) %!d(string=hai) anos
pai
achega
ef839e1080
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-latex.el

@@ -385,7 +385,7 @@ for example using customize, or with something like
     (shell-script "bash")
     (gnuplot "Gnuplot")
     (ocaml "Caml") (caml "Caml")
-    (sql "SQL"))
+    (sql "SQL") (sqlite "sql"))
   "Alist mapping languages to their listing language counterpart.
 The key is a symbol, the major mode symbol without the \"-mode\".
 The value is the string that should be inserted as the language parameter