orthecreedence / highlight-lisp

A Common Lisp syntax highlighter written in Javascript
77 stars 7 forks source link

Rendering error with angular brackets #8

Closed eudoxia0 closed 9 years ago

eudoxia0 commented 9 years ago

This:

(make-instance '<my-class>)

Will look like this:

(make-instance '&lt;my-class>)
orthecreedence commented 9 years ago

Hey, can you try master? I think this is fixed now!

eudoxia0 commented 9 years ago

It's working now, thanks :+1: