aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-03 08:02:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-03 08:02:39 -0700
commitc4e24c2ccbb0d974420efc3f8fe8f13787f70948 (patch)
treeeb61d3e6d0a00e6a55a6e1574969a4c7a5ef015c
parent23df94e30a1ec48a324aef6ed67051138812cf8b (diff)
downloadpandoc-c4e24c2ccbb0d974420efc3f8fe8f13787f70948.tar.gz
Add support for go with --listings.
Closes #5427.
-rw-r--r--src/Text/Pandoc/Highlighting.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Highlighting.hs b/src/Text/Pandoc/Highlighting.hs
index 55cfceea8..e8499370d 100644
--- a/src/Text/Pandoc/Highlighting.hs
+++ b/src/Text/Pandoc/Highlighting.hs
@@ -139,6 +139,7 @@ langsList =
("gap","GAP"),
("gcl","GCL"),
("gnuplot","Gnuplot"),
+ ("go","Go"),
("hansl","hansl"),
("haskell","Haskell"),
("html","HTML"),