Skip to content

Commit

Permalink
Readding ...
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 22, 2024
1 parent 1632c8f commit 763ff67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export const tokenProvider = {
}
],

[/\.\.\./, 'keyword'],

// numbers
[/(@digits)[eE]([\-+]?(@digits))?/, 'number.float'],
[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/, 'number.float'],
Expand Down

0 comments on commit 763ff67

Please sign in to comment.