mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(#set! "priority" 90))
|
||||
|
||||
([
|
||||
(plus_metadata)
|
||||
(minus_metadata)
|
||||
] @keyword.directive
|
||||
(#set! "priority" 90))
|
||||
|
||||
[
|
||||
(block_continuation)
|
||||
(block_quote_marker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue