mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
injections(yaml): fix injections
This commit is contained in:
parent
e8b765bee1
commit
d2d8980c5c
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(null_scalar) @constant.builtin
|
||||
(double_quote_scalar) @string
|
||||
(single_quote_scalar) @string
|
||||
(block_scalar) @string
|
||||
((block_scalar) @string (#set! "priority" 99))
|
||||
(string_scalar) @string
|
||||
(escape_sequence) @string.escape
|
||||
(integer_scalar) @number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue