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 @org-checkbox-content (#any-of? @org-checkbox-content "-")) @markup.list.indeterminate
(#set! @markup.list.indeterminate conceal "󰍵")) (#set! @markup.list.indeterminate conceal "󰍵"))
; Table highlights
(row
"|" @punctuation.special)
(cell
"|" @punctuation.special)
(table
(row
(cell (contents) @markup.heading))
(hr) @punctuation.special)
; Quote highlights ; Quote highlights
(block (block
name: (expr) @org-block-start-name (#any-of? @org-block-start-name "quote" "QUOTE") name: (expr) @org-block-start-name (#any-of? @org-block-start-name "quote" "QUOTE")
@ -55,4 +44,4 @@
; Improved list delimiter highlights ; Improved list delimiter highlights
(tag_list ":" @org.tag.delimiter) (tag_list ":" @org.tag.delimiter)
(tag) @org.tag.body (tag) @org.tag.body