mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
URL path placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,4 +16,3 @@ export const parser = LRParser.deserialize({
|
||||
topRules: {"Template":[0,1]},
|
||||
tokenPrec: 0
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user