Skip to content

Commit

Permalink
Can't allow spaces in JSX opening tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 23, 2024
1 parent 6a3782a commit 6eba24e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export const tokenProvider = {
],

jsxIdent: [
[/\s/, ''],
[/\./, { token: 'delimiter', switchTo: '$S0^' }],
[/[A-Z][\w$]*/, { token: 'type.delimiter', switchTo: '$S0$0' }],
[/[\w$]+/, { token: 'constant', switchTo: '$S0$0' }],
Expand Down

0 comments on commit 6eba24e

Please sign in to comment.