summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-22 16:18:42 -0700
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-22 16:18:42 -0700
commit1e330f16c21c45eff375ba3b12f966c76ba0b393 (patch)
tree3210223dcdbbb23b0b63cd8803b080e52bab2400 /lib/coderay/helpers
parent546b489e4b3856d361a480de5f1f02cb55c7f002 (diff)
parent90c401c9001e0a670360a55d1189e9f814ae7592 (diff)
downloadcoderay-1e330f16c21c45eff375ba3b12f966c76ba0b393.tar.gz
Merge pull request #141 from rubychan/lua-scanner
Lua scanner, tweaked (finally!)
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/file_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index 19f27ac..6d4fa92 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -96,6 +96,7 @@ module CodeRay
'java' => :java,
'js' => :java_script,
'json' => :json,
+ 'lua' => :lua,
'mab' => :ruby,
'pas' => :delphi,
'patch' => :diff,