-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
Discussed in #233
Originally posted by ranjithshegde March 22, 2022
Since setting conceal from treesitter has been merged in core, I have been trying to set my own queries for org bullets like this
(
((stars) @stars (#eq? @stars "*")) @_conceal
(#set! conceal "◉")
)
(
((stars) @stars (#eq? @stars "**")) @_conceal
(#set! conceal "○")
)
(
((stars) @stars (#eq? @stars "***")) @_conceal
(#set! conceal "✸")
)
(
((stars) @stars (#eq? @stars "****")) @_conceal
(#set! conceal "✿")
)
When I append the above snippet to packer/*/orgmode/queries/org/highlights.scm
it works perfectly. However when I do it in my ~/.config/nvim/after/queries/org/highlights.scm
it does not apply.
according to @kristijanhusak's checking, disabling todo-keyfaces highlight solves this as a workaround for now
Metadata
Metadata
Assignees
Labels
No labels