summaryrefslogtreecommitdiff
path: root/lib/coderay/simple_scanner.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-11-05 17:58:59 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2017-11-05 17:58:59 +0100
commit738aae54b580d34966ba72f3465513185d385c1c (patch)
tree7cb04036a2a423546cd05feea178d0baabb409c4 /lib/coderay/simple_scanner.rb
parent579c00bab003658e1bffd989ab15719a188cb7b0 (diff)
downloadcoderay-738aae54b580d34966ba72f3465513185d385c1c.tar.gz
fix autoloading of DSL scanners
Diffstat (limited to 'lib/coderay/simple_scanner.rb')
-rw-r--r--lib/coderay/simple_scanner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/simple_scanner.rb b/lib/coderay/simple_scanner.rb
index 6873f88..96a0e51 100644
--- a/lib/coderay/simple_scanner.rb
+++ b/lib/coderay/simple_scanner.rb
@@ -1,4 +1,5 @@
require 'set'
+require 'coderay/simple_scanner_dsl'
module CodeRay
module Scanners