silverbullet/common/space_lua/parse-lua.terms.js

29 lines
560 B
JavaScript

// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
Comment = 1,
Chunk = 2,
Block = 3,
Label = 5,
Name = 7,
Number = 20,
LiteralString = 21,
FunctionCall = 30,
TableConstructor = 32,
BinaryExpression = 39,
CompareOp = 42,
UnaryExpression = 51,
FuncBody = 57,
ArgList = 58,
IfStatement = 62,
ForStatement = 67,
ForNumeric = 69,
ForGeneric = 70,
NameList = 71,
ExpList = 73,
FuncName = 75,
VarList = 79,
AttNameList = 81,
AttName = 82,
Attrib = 83,
ReturnStatement = 84