pejuko / coderay_bash

Simple bash scanner for highlighting with coderay.
coderay_bash
MIT License
9 stars 5 forks source link

Minor bash fixes #9

Closed codez closed 12 years ago

codez commented 12 years ago

The following construct produced an error for the closing bracket ')' when parsing as :bash

function bla() { }

Furthermore, strings starting with a # character have not been formatted correctly:

echo "# print a comment into a file" > file

These two issues have been fixed

pejuko commented 12 years ago

Thanks! New gem released.