提交 08d06343 编写于 作者: M Martin Aeschlimann

[themes] `keywords` colorization should not include keyword.operator. Fixes #51237

上级 fbef142b
......@@ -27,7 +27,7 @@ let colorRegistry = Registry.as<IColorRegistry>(Extensions.ColorContribution);
const tokenGroupToScopesMap: { [setting: string]: string[] } = {
comments: ['comment'],
strings: ['string'],
keywords: ['keyword', 'keyword.control', 'storage', 'storage.type'],
keywords: ['keyword - keyword.operator', 'keyword.control', 'storage', 'storage.type'],
numbers: ['constant.numeric'],
types: ['entity.name.type', 'entity.name.class', 'support.type', 'support.class'],
functions: ['entity.name.function', 'support.function'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册