summaryrefslogtreecommitdiff
path: root/lib/coderay/scanner.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-05 14:37:40 +0000
committermurphy <murphy@rubychan.de>2005-11-05 14:37:40 +0000
commita05a7d11b1bc08f3817076dcb669bc6ef9d6d264 (patch)
tree27a0e78fcc2a8c0a6adb67c5a3b7b37047f226e4 /lib/coderay/scanner.rb
parent4c01ff6ef9761ac4eb479dfc0d5ee3d25e9a2bc2 (diff)
downloadcoderay-a05a7d11b1bc08f3817076dcb669bc6ef9d6d264.tar.gz
bench/bench.rb: Added SilverCity benchmarking
demo/demo_load_encoder.rb enhanced demo/demo_load_scanner.rb added .outs added plugin.rb: Fixed load_all encoder.rb, scanner.rb adjusted helpers/word_list.rb: Fixed a bug in CaseIgnoringWordList.new TODO: Updated new ROADMAP coderay.rb: increased Version number added Version System documentation
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r--lib/coderay/scanner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb
index 609f4da..33bcb09 100644
--- a/lib/coderay/scanner.rb
+++ b/lib/coderay/scanner.rb
@@ -17,7 +17,7 @@ module CodeRay
# See PluginHost.
module Scanners
extend PluginHost
- plugin_path 'coderay/scanners'
+ plugin_path File.dirname(__FILE__), 'scanners'
require 'strscan'