diff options
Diffstat (limited to 'lib/coderay/scanners/nitro_xhtml.rb')
-rw-r--r-- | lib/coderay/scanners/nitro_xhtml.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/scanners/nitro_xhtml.rb b/lib/coderay/scanners/nitro_xhtml.rb index ba8ee71..cf8c5aa 100644 --- a/lib/coderay/scanners/nitro_xhtml.rb +++ b/lib/coderay/scanners/nitro_xhtml.rb @@ -9,7 +9,6 @@ module Scanners # Alias: +nitro+ class NitroXHTML < Scanner - include Streamable register_for :nitro_xhtml file_extension :xhtml title 'Nitro XHTML' |