Skip to content

Commit

Permalink
Forgot this.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 22, 2024
1 parent 98a3dea commit 19e9e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const rules = [
{ token: "property.ts", foreground: "9CDCFE" },
{ token: "function.ts", foreground: "DCDCAA" },
{ token: "method.ts", foreground: "DCDCAA" },
{ token: "delimiter.ts", foreground: "569CD6" },
// { token: "delimiter.ts", foreground: "569CD6" },
];

export const tokenProvider = {
Expand Down

0 comments on commit 19e9e33

Please sign in to comment.