1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/runtime/queries/blade/highlights.scm
Emran 285a7440a3
Update tree-sitter-blade and queries (#14097)
Co-authored-by: Emran <Emran@MacBook.local>
2025-07-27 19:29:17 -04:00

17 lines
240 B
Scheme

; inherits: html
(directive) @keyword.directive
(directive_start) @keyword.directive
(directive_end) @keyword.directive
(comment) @comment
; merged with blade punctuation
[
"{{"
"}}"
"{!!"
"!!}"
"("
")"
] @punctuation.bracket