feat(nvim): improve hls for markup list numbers
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
This commit is contained in:
parent
b0b7c72ebe
commit
09d61afb46
@ -2,12 +2,16 @@
|
||||
(
|
||||
([
|
||||
(list_marker_star)
|
||||
(list_marker_plus)
|
||||
(list_marker_minus)
|
||||
]) @markup.list
|
||||
(#offset! @markup.list 0 0 0 -1)
|
||||
(#set! conceal "•")
|
||||
)
|
||||
(
|
||||
([
|
||||
(list_marker_plus)
|
||||
]) @markup.list.number
|
||||
)
|
||||
|
||||
; checkboxes
|
||||
((task_list_marker_unchecked) @markup.list.unchecked (#set! conceal ""))
|
||||
|
@ -266,6 +266,7 @@ return {
|
||||
},
|
||||
{ "Headline", { bg = colors.sumiInk0 } },
|
||||
{ "@markup.list", { fg = colors.crystalBlue } },
|
||||
{ "@markup.list.number", { fg = colors.roninYellow } },
|
||||
{ "@markup.list.checked", { fg = colors.springGreen } },
|
||||
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
|
||||
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user