1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-03 17:20:38 +02:00
Files
helix/runtime/queries/blade/highlights.scm
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