mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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:
parent
8208d22601
commit
7c01d92653
5 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue