diff options
Diffstat (limited to 'pocco')
-rwxr-xr-x | pocco | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |