summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Hunner <trey@treyhunner.com>2013-03-07 22:11:25 -0800
committerTrey Hunner <trey@treyhunner.com>2013-03-07 22:11:25 -0800
commit3734c84de43e432a3f2dcd4e5f6b9ba60e5cc20a (patch)
treed33a0d3f8855e00b32d88263bad25c0166f055b4
parent64ac37659fbd625572851681f9e253a4f51d5ebf (diff)
parent7e2d71230e882969a17d26501090c2495b4be5b0 (diff)
downloadpycco-3734c84de43e432a3f2dcd4e5f6b9ba60e5cc20a.tar.gz
Merge pull request #65 from theerik/master
Added Tcl support
-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": "-}"},
}