0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Resolve import matching suggestion.

This commit is contained in:
David Bolack
2024-08-02 15:10:39 -05:00
parent 957b1ed9e7
commit c926f0de79

View File

@@ -29,7 +29,7 @@ module.exports = {
// IMPORT FOLDING
const importMatcher = /^@import.*?[;]/;
const importMatcher = /^@import.*?;/;
if(activeLine.match(importMatcher)) {
return {