refactor(nvim): remove unneeded hl ts queries for org
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s
This commit is contained in:
parent
374b01bfc6
commit
2b5e3e20e3
@ -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")
|
||||
@ -55,4 +44,4 @@
|
||||
|
||||
; Improved list delimiter highlights
|
||||
(tag_list ":" @org.tag.delimiter)
|
||||
(tag) @org.tag.body
|
||||
(tag) @org.tag.body
|
||||
|
Loading…
Reference in New Issue
Block a user