mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
29 lines
494 B
TypeScript
29 lines
494 B
TypeScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const Whitespace = 1,
|
|
LineComment = 2,
|
|
BlockComment = 3,
|
|
String = 4,
|
|
Number = 5,
|
|
Bool = 6,
|
|
Null = 7,
|
|
ParenL = 8,
|
|
ParenR = 9,
|
|
BraceL = 10,
|
|
BraceR = 11,
|
|
BracketL = 12,
|
|
BracketR = 13,
|
|
Semi = 14,
|
|
Dot = 15,
|
|
Operator = 16,
|
|
Punctuation = 17,
|
|
SpecialVar = 18,
|
|
Identifier = 19,
|
|
QuotedIdentifier = 20,
|
|
Keyword = 21,
|
|
Type = 22,
|
|
Bits = 23,
|
|
Bytes = 24,
|
|
Builtin = 25,
|
|
Function = 26,
|
|
Script = 27;
|