mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 05:30:40 +02:00
8961774d90
"site_definition" was renamed to "site_block" in the upstream commit: 8951716aa2855e02dada302c540a90f277546095 "status_code_fallback" was added in the upstream commit: 7a489e94fb80d8946d66eabf432286eef1b3e0f2
17 lines
351 B
Scheme
17 lines
351 B
Scheme
(comment) @comment.inside
|
|
(comment)+ @comment.around
|
|
|
|
(directive
|
|
name: (directive_name) @parameter.inside) @parameter.around
|
|
|
|
(global_options
|
|
"{" (_)* @class.inside "}") @class.around
|
|
|
|
(snippet_definition
|
|
(block) @class.inside) @class.around
|
|
|
|
(named_route
|
|
(block) @class.inside) @class.around
|
|
|
|
(site_block (block) @class.inside) @class.around
|