summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/compress.sh
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-18 12:17:37 +0800
committerWu Cheng-Han2016-11-18 12:17:37 +0800
commit09e6596074de176fa97efdb63062f19f6881b160 (patch)
tree8169ea9b40f2227d8c0997253992057add77644b /public/vendor/codemirror/compress.sh
parentc671d54d6755b8e164428214216e13351f92d09c (diff)
Update to support haskell syntax highlighting in code block
Diffstat (limited to '')
-rw-r--r--public/vendor/codemirror/compress.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/vendor/codemirror/compress.sh b/public/vendor/codemirror/compress.sh
index 8ee71a8f..1c6f4094 100644
--- a/public/vendor/codemirror/compress.sh
+++ b/public/vendor/codemirror/compress.sh
@@ -43,6 +43,7 @@ mode/python/python.js \
mode/shell/shell.js \
mode/php/php.js \
mode/sql/sql.js \
+mode/haskell/haskell.js \
mode/coffeescript/coffeescript.js \
mode/yaml/yaml.js \
mode/pug/pug.js \