pejuko / coderay_bash

Simple bash scanner for highlighting with coderay.

Home Page:coderay_bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support heredoc (EOF)

opened this issue · comments

This is supported in pygments. An example would be from this own repo

s.description = <<EOF
Bash highlighting for coderay. This gem was tested with coderay 1.0 and won't work with
coderay < 1.0.
EOF

github.com/pejuko/coderay_bash/blob/master/coderay_bash.gemspec

I have a dirty patch here
bash-scanner.diff

I've added support for heredoc, new gem released.

Thank you!