mirror of
https://github.com/helix-editor/helix
synced 2026-03-11 22:38:26 +01:00
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
|