Sha256: c3b652258145ebfa6f9ce57a79e52b49e52e5dd2eb64f10215f0f156d4e7391f

Contents?: true

Size: 663 Bytes

Versions: 6934

Compression:

Stored size: 663 Bytes

Contents

require 'strscan'

module CodeRay
  
  autoload :WordList, coderay_path('helpers', 'word_list')
  
  # = Scanners
  #
  # This module holds the Scanner class and its subclasses.
  # For example, the Ruby scanner is named CodeRay::Scanners::Ruby
  # can be found in coderay/scanners/ruby.
  #
  # Scanner also provides methods and constants for the register
  # mechanism and the [] method that returns the Scanner class
  # belonging to the given lang.
  #
  # See PluginHost.
  module Scanners
    
    extend PluginHost
    plugin_path File.dirname(__FILE__), 'scanners'
    
    autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')
    
  end
  
end

Version data entries

6,934 entries across 6,924 versions & 63 rubygems

Version Path
logstash-output-scalyr-0.2.0.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.26.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.25.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.24.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.23.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.22.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
mx-platform-ruby-0.4.0 vendor/bundle/ruby/2.6.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
mx-platform-ruby-0.3.2 vendor/bundle/ruby/2.6.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
mx-platform-ruby-0.3.1 vendor/bundle/ruby/2.6.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.21.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.20.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.19.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.18.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.17.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.16.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.15.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.14.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-output-scalyr-0.1.13 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
passbase-1.3.0 vendor/bundle/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/scanners.rb