mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
More progress, update to use 1.9 scopes
This commit is contained in:
@@ -8,6 +8,7 @@ function func(param) {
|
||||
var templateLiterals = `a ${text} b ${1 + 2} c`;
|
||||
return {
|
||||
"text": text,
|
||||
"boolean": false
|
||||
"boolean": false,
|
||||
"number": 231
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user