aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Bergh <anders@fgsfd.se>2010-06-30 20:00:41 +0800
committerNick Fitzgerald <fitzgen@gmail.com>2010-06-30 22:47:36 +0800
commit7571b670a09719bd32e15a33761fab27731e7f1e (patch)
tree7784b22701d592600b411022e626eb7cbabbcdb5
parent993fbde068c7cad977aa2be857237f6ab7d018f1 (diff)
downloadpycco-7571b670a09719bd32e15a33761fab27731e7f1e.tar.gz
pycco-7571b670a09719bd32e15a33761fab27731e7f1e.zip
Add Lua to the list of languages.
-rwxr-xr-xpocco1
1 files changed, 1 insertions, 0 deletions
diff --git a/pocco b/pocco
index 10affd7..67a7a7f 100755
--- a/pocco
+++ b/pocco
@@ -129,6 +129,7 @@ languages = {
".rb": { "name": "ruby", "symbol": "#" },
".py": { "name": "python", "symbol": "#" },
".scm": { "name": "scheme", "symbol": ";;" },
+ ".lua": { "name": "lua", "symbol": "--" },
}
# Build out the appropriate matchers and delimiters for each language.