We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee76cc5 commit ccf15c5Copy full SHA for ccf15c5
lib/coderay/scanners/bash.rb
@@ -76,7 +76,7 @@ def scan_tokens encoder, options
76
kind = match = nil
77
78
if match = scan(/\n/)
79
- encoder.text_token(match, :end_line)
+ encoder.text_token(match, :space)
80
next
81
end
82
0 commit comments