mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Rename in SCSS breaks syntax. Fixes Microsoft/vscode#8331
This commit is contained in:
parent
b456ef4b26
commit
531e80f318
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import LanguageConfiguration = monaco.languages.LanguageConfiguration;
|
|||
import IMonarchLanguage = monaco.languages.IMonarchLanguage;
|
||||
|
||||
export var conf: LanguageConfiguration = {
|
||||
wordPattern: /(#?-?\d*\.\d\w*%?)|([@#!.:]?[\w-?]+%?)|[@#!.]/g,
|
||||
wordPattern: /(#?-?\d*\.\d\w*%?)|([@$#!.:]?[\w-?]+%?)|[@#!.]/g,
|
||||
comments: {
|
||||
blockComment: ['/*', '*/'],
|
||||
lineComment: '//'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue