summaryrefslogtreecommitdiff
path: root/pycco/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycco/main.py')
-rw-r--r--pycco/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 8a3fba2..cdbb454 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -276,7 +276,8 @@ from pygments import lexers, formatters
# the name of the Pygments lexer and the symbol that indicates a comment. To
# add another language to Pycco's repertoire, add it here.
languages = {
- ".coffee": { "name": "coffee-script", "symbol": "#" },
+ ".coffee": { "name": "coffee-script", "symbol": "#",
+ "multistart": '###', "multiend": '###' },
".pl": { "name": "perl", "symbol": "#" },