From e101dbe2d2887a7d158672c86171d59a70027db6 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Fri, 3 Nov 2017 00:37:54 +0100 Subject: normalize class names --- lib/coderay/scanners/lua3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/lua3.rb') 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' -- cgit v1.2.1