We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda7a7b commit 825b067Copy full SHA for 825b067
src/lsp/util/find.ts
@@ -133,7 +133,7 @@ export function findClassListsInHtmlRange(
133
const result: DocumentClassList[] = []
134
135
matches.forEach((match) => {
136
- const subtext = text.substr(match.index + match[0].length - 1, 200)
+ const subtext = text.substr(match.index + match[0].length - 1)
137
138
let lexer =
139
match[0][0] === ':'
0 commit comments