wcoder / highlightjs-line-numbers.js

Line numbering plugin for Highlight.js

Home Page:https://wcoder.github.io/highlightjs-line-numbers.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiline programing language comment bug

w3suli opened this issue · comments

Example:
/*
var a=1;
var b=''Hello";
*/

highlighted only first comment tag (/*)!
All modern browser, All OS

@w3suli thanks for the feedback!

This bug was fixed in version 2.3+

Duplicate #32 #35