summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johnson <erik.johnson@jogle.us>2013-03-05 12:23:27 -0800
committerErik Johnson <erik.johnson@jogle.us>2013-03-05 12:23:27 -0800
commit7e2d71230e882969a17d26501090c2495b4be5b0 (patch)
treed33a0d3f8855e00b32d88263bad25c0166f055b4
parent64ac37659fbd625572851681f9e253a4f51d5ebf (diff)
downloadpycco-7e2d71230e882969a17d26501090c2495b4be5b0.tar.gz
Add language hook to support Tcl
-rw-r--r--pycco/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 65c7c35..1cfc4db 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -304,6 +304,8 @@ languages = {
".erl": { "name": "erlang", "symbol": "%%" },
+ ".tcl": { "name": "tcl", "symbol": "#" },
+
".hs": { "name": "haskell", "symbol": "--",
"multistart": "{-", "multiend": "-}"},
}