mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(markdown): yaml, toml metadata highlights (#6360)
This commit is contained in:
parent
1c3fb9eac2
commit
7f31793159
1 changed files with 6 additions and 0 deletions
|
|
@ -111,6 +111,12 @@
|
||||||
((block_quote) @markup.quote
|
((block_quote) @markup.quote
|
||||||
(#set! "priority" 90))
|
(#set! "priority" 90))
|
||||||
|
|
||||||
|
([
|
||||||
|
(plus_metadata)
|
||||||
|
(minus_metadata)
|
||||||
|
] @keyword.directive
|
||||||
|
(#set! "priority" 90))
|
||||||
|
|
||||||
[
|
[
|
||||||
(block_continuation)
|
(block_continuation)
|
||||||
(block_quote_marker)
|
(block_quote_marker)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue