From 7571b670a09719bd32e15a33761fab27731e7f1e Mon Sep 17 00:00:00 2001 From: Anders Bergh Date: Wed, 30 Jun 2010 20:00:41 +0800 Subject: Add Lua to the list of languages. --- pocco | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3