mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
pod: fix highlights
This commit is contained in:
parent
fca784da0e
commit
a689957480
1 changed files with 5 additions and 4 deletions
|
|
@ -4,6 +4,11 @@
|
|||
(command)
|
||||
(cut_command)] @keyword
|
||||
|
||||
((command_paragraph
|
||||
(command) @keyword
|
||||
(content) @string)
|
||||
(#set! "priority" 99))
|
||||
|
||||
(command_paragraph
|
||||
(command) @keyword
|
||||
(#lua-match? @keyword "^=head")
|
||||
|
|
@ -24,10 +29,6 @@
|
|||
(#lua-match? @keyword "^=encoding")
|
||||
(content) @string.special)
|
||||
|
||||
(command_paragraph
|
||||
(command) @keyword
|
||||
(#not-lua-match? @keyword "^=(head|over|item|encoding)")
|
||||
(content) @string)
|
||||
|
||||
(verbatim_paragraph (content) @text.literal)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue