diff options
author | Anders Bergh <anders@fgsfd.se> | 2010-06-30 20:00:41 +0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2010-06-30 22:47:36 +0800 |
commit | 7571b670a09719bd32e15a33761fab27731e7f1e (patch) | |
tree | 7784b22701d592600b411022e626eb7cbabbcdb5 /pocco | |
parent | 993fbde068c7cad977aa2be857237f6ab7d018f1 (diff) | |
download | pycco-7571b670a09719bd32e15a33761fab27731e7f1e.tar.gz pycco-7571b670a09719bd32e15a33761fab27731e7f1e.zip |
Add Lua to the list of languages.
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. |