nvim-treesitter/runtime/queries/blade/highlights.scm
2025-08-25 15:39:40 +02:00

18 lines
175 B
Scheme

; inherits: html
[
(directive)
(directive_start)
(directive_end)
] @tag
[
(php_tag)
(php_end_tag)
"{{"
"}}"
"{!!"
"!!}"
"("
")"
] @punctuation.bracket