Correct truncation when looking for data: in css folding

This commit is contained in:
David Bolack
2024-08-02 15:24:14 -05:00
parent c926f0de79
commit ad1e8d50d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = {
// IMPORT FOLDING
const importMatcher = /^@import.*?;/;
const importMatcher = /^@import.*?[;]/;
if(activeLine.match(importMatcher)) {
return {