diff --git a/users/price/dots/.config/nvim/after/queries/org/highlights.scm b/users/price/dots/.config/nvim/after/queries/org/highlights.scm index f7cecd2a..330b8311 100644 --- a/users/price/dots/.config/nvim/after/queries/org/highlights.scm +++ b/users/price/dots/.config/nvim/after/queries/org/highlights.scm @@ -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 \ No newline at end of file +(tag) @org.tag.body