Add link and quote queries for markdown

- Rename markup.underline.link to markup.link.url
- Add markup.link.label
- Add markup.quote

(The constructor theme scope was missing from the
docs, so unrelated to this commit).
This commit is contained in:
Gokul Soumya 2021-12-19 00:05:43 +05:30 committed by Blaž Hrastnik
parent 8208d22601
commit 7c01d92653
5 changed files with 12 additions and 9 deletions

View file

@ -31,7 +31,7 @@ label = "honey"
"markup.heading" = "lilac"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.underline.link" = { fg = "silver", modifiers = ["underlined"] }
"markup.link.url" = { fg = "silver", modifiers = ["underlined"] }
"markup.raw" = "almond"
# TODO: diferentiate doc comment