diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-03 00:37:54 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-03 00:37:54 +0100 |
commit | e101dbe2d2887a7d158672c86171d59a70027db6 (patch) | |
tree | 83af03ea7b4a6fc791a3a38c859123c90a43d1d4 /lib/coderay/scanners/lua3.rb | |
parent | 775255ad8d6a0928337575103054d1bbff8cda04 (diff) | |
download | coderay-e101dbe2d2887a7d158672c86171d59a70027db6.tar.gz |
normalize class names
Diffstat (limited to 'lib/coderay/scanners/lua3.rb')
-rw-r--r-- | lib/coderay/scanners/lua3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/lua3.rb b/lib/coderay/scanners/lua3.rb index d2d4280..f0693bb 100644 --- a/lib/coderay/scanners/lua3.rb +++ b/lib/coderay/scanners/lua3.rb @@ -9,7 +9,7 @@ module Scanners # The languageās complete syntax is defined in # {the Lua manual}[http://www.lua.org/manual/5.2/manual.html], # which is what this scanner tries to conform to. - class Lua3 < RuleBasedScannerX + class Lua3 < RuleBasedScanner register_for :lua3 file_extension 'lua' |