mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 14:22:52 +00:00
Resolve import matching suggestion.
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
|||||||
|
|
||||||
// IMPORT FOLDING
|
// IMPORT FOLDING
|
||||||
|
|
||||||
const importMatcher = /^@import.*?[;]/;
|
const importMatcher = /^@import.*?;/;
|
||||||
|
|
||||||
if(activeLine.match(importMatcher)) {
|
if(activeLine.match(importMatcher)) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user