Skip to content

Commit

Permalink
doc: document keymaps!
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Apr 13, 2024
1 parent fa87aaf commit 21480cb
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 98 deletions.
10 changes: 5 additions & 5 deletions data/selection_lang.ron
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ LanguageSpec(
arity: Texty,
),
ConstructSpec(
name: "Literal",
name: "Regular",
arity: Texty,
),
ConstructSpec(
name: "NonLiteral",
name: "Special",
arity: Texty,
),
],
sorts: [
("entry", SortSpec(["Input", "Selected", "candidate"])),
("candidate", SortSpec(["Custom", "Literal", "NonLiteral"]))
("candidate", SortSpec(["Custom", "Regular", "Special"]))
],
root_construct: "Root",
),
Expand All @@ -52,8 +52,8 @@ LanguageSpec(
("Custom", Concat(
Style(Properties(fg_color: Some(Base0B)), Literal("[+] ")),
Text)),
("Literal", Text),
("NonLiteral", Text),
("Regular", Text),
("Special", Text),
]
),
)
Loading

0 comments on commit 21480cb

Please sign in to comment.