ematsakov / highlight

Jquery Highlight Plugin allows syntax highlighting of source code snippets in an html page.
10 stars 2 forks source link

Branch to merge4 #19

Closed owenBeresford closed 1 year ago

owenBeresford commented 1 year ago

This change has sat around for about 9months.

This fixes a issue with symbols being interpreted twice. This now performs string highlighting and function name highlighting before comments highlighting.
Also note previous fix to stop the string quotes in the HTML being added by the highlighter from being interpreted as HTML to highlight.