Skip to content

Instantly share code, notes, and snippets.

@hoffmann
Created October 14, 2010 20:50
Show Gist options
  • Save hoffmann/627026 to your computer and use it in GitHub Desktop.
Save hoffmann/627026 to your computer and use it in GitHub Desktop.
Add erlang to pycco literal programming
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