mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore(extras): Added treesitter highlights query for laravel blade
This commit is contained in:
parent
6061831ab0
commit
6a2289d338
1 changed files with 9 additions and 0 deletions
9
queries/blade/highlights.scm
Normal file
9
queries/blade/highlights.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(directive) @function
|
||||
(directive_start) @function
|
||||
(directive_end) @function
|
||||
(comment) @comment
|
||||
((parameter) @include (#set! "priority" 110))
|
||||
((php_only) @include (#set! "priority" 110))
|
||||
((bracket_start) @function (#set! "priority" 120))
|
||||
((bracket_end) @function (#set! "priority" 120))
|
||||
(keyword) @function
|
||||
Loading…
Add table
Reference in a new issue