Skip to content

Commit 90adb39

Browse files
committed
add lua file type
1 parent d0d1b12 commit 90adb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderay/helpers/file_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def shebang filename
9696
'java' => :java,
9797
'js' => :java_script,
9898
'json' => :json,
99+
'lua' => :lua,
99100
'mab' => :ruby,
100101
'pas' => :delphi,
101102
'patch' => :diff,

0 commit comments

Comments
 (0)