mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 17:20:38 +02:00
285a7440a3
Co-authored-by: Emran <Emran@MacBook.local>
17 lines
240 B
Scheme
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
|