diff --git a/site/token-provider.ts b/site/token-provider.ts index 254220f..5a3a04a 100644 --- a/site/token-provider.ts +++ b/site/token-provider.ts @@ -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' }