fix(nvim): update conceals for orgmode checkboxes
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 53s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 53s
This commit is contained in:
parent
2ef732fde1
commit
e3a0362092
@ -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! @markup.list.checked conceal ""))
|
(#set! 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! @markup.list.indeterminate conceal ""))
|
(#set! conceal ""))
|
||||||
|
|
||||||
; Table highlights
|
; Table highlights
|
||||||
(row
|
(row
|
||||||
|
Loading…
Reference in New Issue
Block a user