Skip to content

Commit

Permalink
Prepare to colorize class Foo the same as function Foo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 22, 2024
1 parent f893d0d commit e03be8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const tokenProvider = {
cases: {
'new': { token: 'keyword', next: '@newtype' },
'function': { token: 'keyword', next: '@function' },
// 'class': { token: 'keyword', next: '@function' },
'@keywords': 'keyword',
'@default': 'identifier'
}
Expand Down

0 comments on commit e03be8b

Please sign in to comment.