remove class list length limit (#136)

master
Brad Cornes 2020-06-29 19:06:14 +01:00
parent dda7a7b1fc
commit 825b067391
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export function findClassListsInHtmlRange(
const result: DocumentClassList[] = []
matches.forEach((match) => {
const subtext = text.substr(match.index + match[0].length - 1, 200)
const subtext = text.substr(match.index + match[0].length - 1)
let lexer =
match[0][0] === ':'