We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7cd82 commit 66c219bCopy full SHA for 66c219b
src/lexer/TokenizerOptions.ts
@@ -67,7 +67,7 @@ export interface TokenizerOptions {
67
// These are essentially multi-word sequences of keywords,
68
// that we prioritize over all other keywords (RESERVED_* tokens)
69
reservedKeywordPhrases?: string[];
70
- // These are essentially multi-word sequences of keywords,
+ // These are essentially multi-word sequences of keywords,
71
72
reservedDataTypePhrases?: string[];
73
// built in function names
0 commit comments