Skip to content

Commit afc3d77

Browse files
committed
Don't treat interpolated strings in make files as content strings
These are more like expression instead of strings Fixes microsoft#38078
1 parent a04a714 commit afc3d77

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

extensions/make/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
{
3636
"language": "makefile",
3737
"scopeName": "source.makefile",
38-
"path": "./syntaxes/make.tmLanguage.json"
38+
"path": "./syntaxes/make.tmLanguage.json",
39+
"tokenTypes": {
40+
"string.interpolated": "other"
41+
}
3942
}
4043
],
4144
"configurationDefaults": {

0 commit comments

Comments
 (0)