feat(nvim): improve tag highlights for orgmode
This commit is contained in:
parent
9b1c7691ee
commit
94e6041783
@ -52,3 +52,7 @@
|
||||
(timestamp
|
||||
("[" @org.timestamp.inactive.delimiter)
|
||||
("]" @org.timestamp.inactive.delimiter)))
|
||||
|
||||
; Improved list delimiter highlights
|
||||
(tag_list ":" @org.tag.delimiter)
|
||||
(tag) @org.tag.body
|
||||
|
@ -241,6 +241,8 @@ return {
|
||||
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
|
||||
{ "@markup.list.unchecked", { fg = colors.crystalBlue } },
|
||||
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
|
||||
{ "@org.tag.body", { fg = colors.waveAqua2, italic = true } },
|
||||
{ "@org.tag.delimiter", { link = "@punctuation.delimiter" } },
|
||||
{ "@org.verbatim", { link = "@markup.verbatim" } },
|
||||
{
|
||||
"@org.verbatim.delimiter",
|
||||
|
Loading…
Reference in New Issue
Block a user