diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-03 08:02:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-03 08:02:39 -0700 |
commit | c4e24c2ccbb0d974420efc3f8fe8f13787f70948 (patch) | |
tree | eb61d3e6d0a00e6a55a6e1574969a4c7a5ef015c | |
parent | 23df94e30a1ec48a324aef6ed67051138812cf8b (diff) | |
download | pandoc-c4e24c2ccbb0d974420efc3f8fe8f13787f70948.tar.gz |
Add support for go with --listings.
Closes #5427.
-rw-r--r-- | src/Text/Pandoc/Highlighting.hs | 1 |
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"), |