sourcebot/packages/queryLanguage/src/parser.terms.ts
Brendan Kellam c962fdd636
Some checks are pending
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Publish to ghcr / merge (push) Blocked by required conditions
Update Roadmap Released / update (push) Waiting to run
fix(web): Fix issue where quotes cannot be used within a query (#629)
2025-11-25 12:06:51 -08:00

22 lines
441 B
TypeScript

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