We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bf85f commit c987748Copy full SHA for c987748
src/scopes.ts
@@ -44,6 +44,7 @@ export const foregrounds: Record<string, string[]> = {
44
"meta.decorator",
45
"meta.decorator variable",
46
"meta.link.inline",
47
+ "meta.function-call.generic",
48
],
49
[Aliases.VARIABLE]: [
50
"variable",
@@ -52,6 +53,7 @@ export const foregrounds: Record<string, string[]> = {
52
53
54
[Aliases.LANGUAGE]: [
55
"variable.language",
56
+ "variable.legacy.builtin",
57
"support.class",
58
"support.module",
59
"support.type",
0 commit comments