Skip to content

Commit

Permalink
Support web components.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 30, 2024
1 parent 391bf97 commit 912ffda
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 @@ -207,7 +207,7 @@ export const tokenProvider = {
jsxIdent: [
[/\./, { token: 'delimiter', switchTo: '$S0^' }],
[/[A-Z][\w$]*/, { token: 'type.identifier', switchTo: '$S0$0' }],
[/[\w$]+/, { token: 'tag', switchTo: '$S0$0' }],
[/[\w$-]+/, { token: 'tag', switchTo: '$S0$0' }],
[/.+/, { token: '@rematch', switchTo: '@$S2.$S3.$S4' }],
],

Expand Down

0 comments on commit 912ffda

Please sign in to comment.