mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 14:12:07 +02:00
URL highlighting with inline CM
This commit is contained in:
17
src-web/components/Editor/url/url.terms.ts
Normal file
17
src-web/components/Editor/url/url.terms.ts
Normal 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
|
||||
Reference in New Issue
Block a user