Created
October 14, 2010 20:50
-
-
Save hoffmann/627026 to your computer and use it in GitHub Desktop.
Add erlang to pycco literal programming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pycco b/pycco | |
index aaabb7b..bbe1b04 100755 | |
--- a/pycco | |
+++ b/pycco | |
@@ -163,6 +163,7 @@ languages = { | |
".py": { "name": "python", "symbol": "#" }, | |
".scm": { "name": "scheme", "symbol": ";;" }, | |
".lua": { "name": "lua", "symbol": "--" }, | |
+ ".erl": { "name": "erlang", "symbol": "%%" }, | |
} | |
# Build out the appropriate matchers and delimiters for each language. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment