URL path placeholders

This commit is contained in:
Gregory Schier
2024-08-30 05:24:07 -07:00
parent f8936e7b76
commit c73262b037
20 changed files with 267 additions and 73 deletions

View File

@@ -1,7 +1,8 @@
// This file was generated by lezer-generator. You probably shouldn't edit it.
export const Template = 1,
export const
Template = 1,
Tag = 2,
TagOpen = 3,
TagContent = 4,
Open = 3,
Close = 5,
Text = 6;
TagClose = 5,
Text = 6

View File

@@ -16,4 +16,3 @@ export const parser = LRParser.deserialize({
topRules: {"Template":[0,1]},
tokenPrec: 0
})