aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWandmalfarbe <Wandmalfarbe@users.noreply.github.com>2019-10-03 17:27:02 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-03 08:54:31 -0700
commitb7a3e385e71bf11960a8ac564b166bd9fcb60f5c (patch)
treebbc58398ced9b386daa6d352bc9cd932b8472931
parent1981907c0338a4dab93a33bc6ddecbe4b0cb1464 (diff)
downloadpandoc-b7a3e385e71bf11960a8ac564b166bd9fcb60f5c.tar.gz
Add additional listings languages.
-rw-r--r--src/Text/Pandoc/Highlighting.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Highlighting.hs b/src/Text/Pandoc/Highlighting.hs
index e8499370d..62aa5afc4 100644
--- a/src/Text/Pandoc/Highlighting.hs
+++ b/src/Text/Pandoc/Highlighting.hs
@@ -121,6 +121,8 @@ langsList =
("monobasic","Basic"),
("purebasic","Basic"),
("c","C"),
+ ("cs","C"),
+ ("objectivec","C"),
("cpp","C++"),
("c++","C++"),
("ocaml","Caml"),
@@ -132,7 +134,9 @@ langsList =
("comsol","Comsol"),
("csh","csh"),
("delphi","Delphi"),
+ ("eiffel","Eiffel"),
("elan","Elan"),
+ ("elisp","elisp"),
("erlang","erlang"),
("euphoria","Euphoria"),
("fortran","Fortran"),
@@ -169,6 +173,7 @@ langsList =
("oberon2","Oberon-2"),
("ocl","OCL"),
("octave","Octave"),
+ ("oorexx","OORexx"),
("oz","Oz"),
("pascal","Pascal"),
("perl","Perl"),
@@ -195,6 +200,7 @@ langsList =
("simula","Simula"),
("sparql","SPARQL"),
("sql","SQL"),
+ ("swift","Swift"),
("tcl","tcl"),
("tex","TeX"),
("latex","TeX"),