From ccf15c5c5dd7b33ee475b03b905be93c6c7eb627 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Thu, 23 Jan 2014 22:26:25 +0100 Subject: fixing wrong token type --- lib/coderay/scanners/bash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/bash.rb') diff --git a/lib/coderay/scanners/bash.rb b/lib/coderay/scanners/bash.rb index bf87a5e..a9b506e 100644 --- a/lib/coderay/scanners/bash.rb +++ b/lib/coderay/scanners/bash.rb @@ -76,7 +76,7 @@ module CodeRay module Scanners kind = match = nil if match = scan(/\n/) - encoder.text_token(match, :end_line) + encoder.text_token(match, :space) next end -- cgit v1.2.1