Skip to content

Commit

Permalink
feat: improve highlighting of spark language (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz authored Nov 1, 2023
1 parent c204a2c commit 4de9815
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 1,101 deletions.
2 changes: 2 additions & 0 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export const tokenClassConsts = {
BINARY: 'binary',
BINARY_ESCAPE: 'binary.escape',
COMMENT: 'comment',
COMMENT_QUOTE: 'comment.quote',
DELIMITER: 'delimiter',
Expand Down
Loading

0 comments on commit 4de9815

Please sign in to comment.