aboutsummaryrefslogtreecommitdiffstats
path: root/pocco
diff options
context:
space:
mode:
Diffstat (limited to 'pocco')
-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.