diff options
Diffstat (limited to 'lib/coderay/scanners/rhtml.rb')
-rw-r--r-- | lib/coderay/scanners/rhtml.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/scanners/rhtml.rb b/lib/coderay/scanners/rhtml.rb index 77a4366..3b1817e 100644 --- a/lib/coderay/scanners/rhtml.rb +++ b/lib/coderay/scanners/rhtml.rb @@ -1,4 +1,5 @@ -module CodeRay module Scanners
+module CodeRay
+module Scanners
load :html
load :ruby
@@ -60,4 +61,5 @@ module CodeRay module Scanners end
-end end
+end
+end
|