kpumuk / codecolorer

WordPress plugin which allows you to insert code snippets into the post with nice syntax highlighting.
https://kpumuk.info/projects/wordpress-plugins/codecolorer/
56 stars 14 forks source link

Failing parsing Ruby comments with erb-snippets #1

Open cpetschnig opened 14 years ago

cpetschnig commented 14 years ago

The following code will not be colorized because of the <%= part

[cc lang='ruby']

my comment with about <%= foo %>

def foo; 'foo' end

[/cc]