Add experimental support for blade treesitter.

This commit is contained in:
aleidk 2023-11-10 15:59:14 -03:00
parent 6141e5a31f
commit 0404494c8a
5 changed files with 28 additions and 2 deletions

View 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

View file

@ -0,0 +1,3 @@
((php) @injection.content
(#set! injection.combined)
(#set! injection.language php))