mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Don't treat interpolated strings in make files as content strings
These are more like expression instead of strings Fixes #38078
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
{
|
||||
"language": "makefile",
|
||||
"scopeName": "source.makefile",
|
||||
"path": "./syntaxes/make.tmLanguage.json"
|
||||
"path": "./syntaxes/make.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"string.interpolated": "other"
|
||||
}
|
||||
}
|
||||
],
|
||||
"configurationDefaults": {
|
||||
|
||||
Reference in New Issue
Block a user