Skip to content

Commit

Permalink
feat: add Regex token
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Aug 30, 2024
1 parent c9997b9 commit 905183c
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 156 deletions.
1 change: 1 addition & 0 deletions packages/lezer-surrealql/src/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export const surqlHighlighting = styleTags({
"Distance Filter Tokenizer Literal": t.literal,
"RecordTbIdent RecordIdIdent": t.className,
"Operator! ArrowLeft ArrowRight ArrowBoth": t.operator,
"Regex": t.regexp,
});
Loading

0 comments on commit 905183c

Please sign in to comment.