nvim-treesitter/runtime/queries/hurl/indents.scm
2025-05-12 18:43:40 +02:00

14 lines
152 B
Scheme

; indents.scm
[
(json_object)
(json_array)
] @indent.begin
[
"}"
"]"
] @indent.branch
(xml_tag) @indent.begin
(xml_close_tag) @indent.branch