nvim-treesitter/runtime/queries/cmake/indents.scm

27 lines
382 B
Scheme
Raw Permalink Normal View History

[
(normal_command)
(if_condition)
(foreach_loop)
(while_loop)
(function_def)
(macro_def)
(block_def)
] @indent.begin
[
2024-01-06 15:05:50 +09:00
(elseif_command)
(else_command)
(endif_command)
(endforeach_command)
(endwhile_command)
(endfunction_command)
(endmacro_command)
(endblock_command)
] @indent.branch
2024-01-21 22:05:44 +09:00
")" @indent.branch
2024-01-06 15:05:50 +09:00
2024-01-21 22:05:44 +09:00
")" @indent.end
(argument_list) @indent.auto