mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
capture markdown link text as markup.link.text (#1456)
This commit is contained in:
parent
5e22694865
commit
b799b0d50e
3 changed files with 9 additions and 2 deletions
|
@ -32,6 +32,7 @@ label = "honey"
|
|||
"markup.bold" = { modifiers = ["bold"] }
|
||||
"markup.italic" = { modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "silver", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "almond"
|
||||
"markup.raw" = "almond"
|
||||
|
||||
"diff.plus" = "#35bf86"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue