Skip to content

Commit c987748

Browse files
author
Gilad Gray
committed
improved python support
1 parent 14bf85f commit c987748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scopes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const foregrounds: Record<string, string[]> = {
4444
"meta.decorator",
4545
"meta.decorator variable",
4646
"meta.link.inline",
47+
"meta.function-call.generic",
4748
],
4849
[Aliases.VARIABLE]: [
4950
"variable",
@@ -52,6 +53,7 @@ export const foregrounds: Record<string, string[]> = {
5253
],
5354
[Aliases.LANGUAGE]: [
5455
"variable.language",
56+
"variable.legacy.builtin",
5557
"support.class",
5658
"support.module",
5759
"support.type",

0 commit comments

Comments
 (0)