refactor(nvim): remove unneeded hl ts queries for org
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s

This commit is contained in:
Price Hiller 2024-11-24 17:31:18 -06:00
parent 374b01bfc6
commit 2b5e3e20e3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -18,17 +18,6 @@
@org-checkbox-content (#any-of? @org-checkbox-content "-")) @markup.list.indeterminate
(#set! @markup.list.indeterminate conceal "󰍵"))
; Table highlights
(row
"|" @punctuation.special)
(cell
"|" @punctuation.special)
(table
(row
(cell (contents) @markup.heading))
(hr) @punctuation.special)
; Quote highlights
(block
name: (expr) @org-block-start-name (#any-of? @org-block-start-name "quote" "QUOTE")