diff options
Diffstat (limited to 'lib/coderay/scanners/bash.rb')
-rw-r--r-- | lib/coderay/scanners/bash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |