1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-04 05:30:40 +02:00
Files
helix/runtime/queries/caddyfile/textobjects.scm
Remo Senekowitsch 8961774d90 Update Caddyfile tree-sitter grammar (#15507)
"site_definition" was renamed to "site_block" in the upstream commit:
8951716aa2855e02dada302c540a90f277546095

"status_code_fallback" was added in the upstream commit:
7a489e94fb80d8946d66eabf432286eef1b3e0f2
2026-03-26 12:13:25 -04:00

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