Skip to content

Commit

Permalink
fix: Correctly highlight Python function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 2, 2021
1 parent a88b514 commit 599b225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const getStandardTokens = (colors: Colors): TokenGroup[] => [
scope: [
"entity.name.function",
"entity.other.attribute-name.id.css",
"meta.function-call.generic",
"string.other.link",
"support.function",
"variable.language.super",
Expand Down

0 comments on commit 599b225

Please sign in to comment.