TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
46 stars 8 forks source link

fix regex #43

Closed TheRealSyler closed 4 years ago

TheRealSyler commented 4 years ago

fixed regex: /^[\t ]*(@import|@use)[\t ]*['"]?(.*?)['"]?[\t ]*([\t ]+as.*)?$/

https://github.com/TheRealSyler/vscode-sass-indented/blob/fba653db6c40200de608f58db03de4f99605d685/src/autocomplete/autocomplete.utility.ts#L23