sourcebot/packages/queryLanguage/src/parser.terms.ts

21 lines
402 B
TypeScript
Raw Normal View History

// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
2025-11-17 00:12:51 +00:00
negate = 21,
Program = 1,
OrExpr = 2,
AndExpr = 3,
NegateExpr = 4,
PrefixExpr = 5,
2025-11-17 00:12:51 +00:00
ArchivedExpr = 6,
RevisionExpr = 7,
ContentExpr = 8,
FileExpr = 9,
ForkExpr = 10,
VisibilityExpr = 11,
RepoExpr = 12,
LangExpr = 13,
SymExpr = 14,
RepoSetExpr = 15,
ParenExpr = 16,
Term = 17