1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/caddyfile/textobjects.scm
Kristoffer Plagborg Bak Sørensen 91dff9393d
languages: add Caddyfile support (#13859)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-30 09:45:22 -05:00

17 lines
356 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_definition (block) @class.inside) @class.around