URL highlighting with inline CM

This commit is contained in:
Gregory Schier
2023-02-28 11:26:26 -08:00
parent e57e7bcec5
commit d77ed0c5cc
11 changed files with 266 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
url = 1,
Protocol = 2,
ProtocolName = 3,
Slashy = 4,
Host = 5,
Path = 6,
Slash = 7,
PathSegment = 8,
Query = 9,
Question = 10,
QueryPair = 11,
Amp = 12,
QueryName = 13,
Equal = 14,
QueryValue = 15