mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20: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)
|
(command)
|
||||||
(cut_command)] @keyword
|
(cut_command)] @keyword
|
||||||
|
|
||||||
|
((command_paragraph
|
||||||
|
(command) @keyword
|
||||||
|
(content) @string)
|
||||||
|
(#set! "priority" 99))
|
||||||
|
|
||||||
(command_paragraph
|
(command_paragraph
|
||||||
(command) @keyword
|
(command) @keyword
|
||||||
(#lua-match? @keyword "^=head")
|
(#lua-match? @keyword "^=head")
|
||||||
|
|
@ -24,10 +29,6 @@
|
||||||
(#lua-match? @keyword "^=encoding")
|
(#lua-match? @keyword "^=encoding")
|
||||||
(content) @string.special)
|
(content) @string.special)
|
||||||
|
|
||||||
(command_paragraph
|
|
||||||
(command) @keyword
|
|
||||||
(#not-lua-match? @keyword "^=(head|over|item|encoding)")
|
|
||||||
(content) @string)
|
|
||||||
|
|
||||||
(verbatim_paragraph (content) @text.literal)
|
(verbatim_paragraph (content) @text.literal)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue