Rename in SCSS breaks syntax. Fixes #8331

This commit is contained in:
Martin Aeschlimann
2016-06-29 14:58:56 +02:00
parent 428031bacd
commit daeb542b59

View File

@@ -86,7 +86,7 @@ export function activate(context: ExtensionContext) {
});
languages.setLanguageConfiguration('scss', {
wordPattern: /(#?-?\d*\.\d\w*%?)|([@#!.:]?[\w-?]+%?)|[@#!.]/g,
wordPattern: /(#?-?\d*\.\d\w*%?)|([@#$!.:]?[\w-?]+%?)|[@#!.]/g,
comments: {
blockComment: ['/*', '*/'],
lineComment: '//'