fix(nvim): use correct queries for org list concealments
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
9a6b45dc40
commit
8564336e9e
@ -10,13 +10,13 @@
|
|||||||
status:
|
status:
|
||||||
(expr)
|
(expr)
|
||||||
@org-checkbox-content (#any-of? @org-checkbox-content "x" "X")) @markup.list.checked
|
@org-checkbox-content (#any-of? @org-checkbox-content "x" "X")) @markup.list.checked
|
||||||
(#set! conceal ""))
|
(#set! @markup.list.checked conceal ""))
|
||||||
|
|
||||||
((checkbox
|
((checkbox
|
||||||
status:
|
status:
|
||||||
(expr)
|
(expr)
|
||||||
@org-checkbox-content (#any-of? @org-checkbox-content "-")) @markup.list.indeterminate
|
@org-checkbox-content (#any-of? @org-checkbox-content "-")) @markup.list.indeterminate
|
||||||
(#set! conceal ""))
|
(#set! @markup.list.indeterminate conceal ""))
|
||||||
|
|
||||||
; Table highlights
|
; Table highlights
|
||||||
(row
|
(row
|
||||||
|
Loading…
Reference in New Issue
Block a user