Open RodrigoNovais opened 2 years ago
Javascript allows developers to increase readability on their codes inserting underscores in numeric literals I suspect that the regex rule used to detect those color codes are not matching against them
A potential fix would be to strip the underscores before checking the regex rule. This might lead to other issues though.
Javascript allows developers to increase readability on their codes inserting underscores in numeric literals I suspect that the regex rule used to detect those color codes are not matching against them