mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat(blade): update blade parser and queries
This commit is contained in:
parent
4eb12d7a1f
commit
c9e4edc127
5 changed files with 86 additions and 22 deletions
|
|
@ -1,15 +1,16 @@
|
|||
([
|
||||
; inherits: html
|
||||
|
||||
[
|
||||
(directive)
|
||||
(directive_start)
|
||||
(directive_end)
|
||||
] @tag
|
||||
(#set! priority 101))
|
||||
|
||||
([
|
||||
(bracket_start)
|
||||
(bracket_end)
|
||||
] @tag.delimiter
|
||||
(#set! priority 101))
|
||||
|
||||
((comment) @comment @spell
|
||||
(#set! priority 101))
|
||||
[
|
||||
"{{"
|
||||
"}}"
|
||||
"{!!"
|
||||
"!!}"
|
||||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue