提交 afc3d77e 编写于 作者: M Matt Bierner

Don't treat interpolated strings in make files as content strings

These are more like expression instead of strings

Fixes #38078
上级 a04a714f
...@@ -35,7 +35,10 @@ ...@@ -35,7 +35,10 @@
{ {
"language": "makefile", "language": "makefile",
"scopeName": "source.makefile", "scopeName": "source.makefile",
"path": "./syntaxes/make.tmLanguage.json" "path": "./syntaxes/make.tmLanguage.json",
"tokenTypes": {
"string.interpolated": "other"
}
} }
], ],
"configurationDefaults": { "configurationDefaults": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册