Skip to content

Commit

Permalink
feat: mysql typeKeywords
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi committed Dec 6, 2023
1 parent 092d825 commit 2de2775
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 234 deletions.
5 changes: 2 additions & 3 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ export const TokenClassConsts = {
NUMBER_OCTAL: 'number.octal',
NUMBER_HEX: 'number.hex',
OPERATOR: 'operator',
OPERATORS: 'operators',
OPERATOR_KEYWORD: 'operators.keyword',
OPERATOR_SYMBOL: 'operators.symbol',
OPERATOR_KEYWORD: 'operator.keyword',
OPERATOR_SYMBOL: 'operator.symbol',
PREDEFINED: 'predefined',
STRING: 'string',
STRING_DOUBLE: 'string.double',
Expand Down
Loading

0 comments on commit 2de2775

Please sign in to comment.