From 4e3202d2a2c5c03428b756e06238651dffd6e369 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 20 Nov 2009 15:50:06 +0000 Subject: Reverts r3014 (CodeRay back to 0.7.6). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3079 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../coderay-0.9.0/lib/coderay/scanners/plaintext.rb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/plugins/coderay-0.9.0/lib/coderay/scanners/plaintext.rb (limited to 'vendor/plugins/coderay-0.9.0/lib/coderay/scanners/plaintext.rb') diff --git a/vendor/plugins/coderay-0.9.0/lib/coderay/scanners/plaintext.rb b/vendor/plugins/coderay-0.9.0/lib/coderay/scanners/plaintext.rb deleted file mode 100644 index 6cbb1196c..000000000 --- a/vendor/plugins/coderay-0.9.0/lib/coderay/scanners/plaintext.rb +++ /dev/null @@ -1,21 +0,0 @@ -module CodeRay -module Scanners - - class Plaintext < Scanner - - register_for :plaintext, :plain - title 'Plain text' - - include Streamable - - KINDS_NOT_LOC = [:plain] - - def scan_tokens tokens, options - text = (scan_until(/\z/) || '') - tokens << [text, :plain] - end - - end - -end -end -- cgit v1.2.3