wcoder / highlightjs-line-numbers.js

Line numbering plugin for Highlight.js
https://wcoder.github.io/highlightjs-line-numbers.js/
MIT License
548 stars 126 forks source link

Syntax highlighting doesn't work properly for multiline comments & strings #21

Closed rafalk342 closed 6 years ago

rafalk342 commented 6 years ago

When numbering is turned on only the first line of comment is highlighted.

Example: https://jsfiddle.net/fzmothhc/

wcoder commented 6 years ago

Thanks for the feedback!

I will check.