summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pycco/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 0e30ab6..65c7c35 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -303,6 +303,9 @@ languages = {
"multistart": "--[[", "multiend": "--]]"},
".erl": { "name": "erlang", "symbol": "%%" },
+
+ ".hs": { "name": "haskell", "symbol": "--",
+ "multistart": "{-", "multiend": "-}"},
}
# Build out the appropriate matchers and delimiters for each language.