summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/lua3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/lua3.rb')
-rw-r--r--lib/coderay/scanners/lua3.rb2
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'