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

31 lines
220 B
Scheme
Raw Normal View History

2023-03-04 04:31:11 -05:00
[
(import_spec_list)
(field)
] @indent.begin
2023-03-04 04:31:11 -05:00
[
"}"
"]"
")"
] @indent.end
2023-03-04 04:31:11 -05:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-03-04 04:31:11 -05:00
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @indent.branch
2023-03-04 04:31:11 -05:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch
2023-03-04 04:31:11 -05:00
[
(ERROR)
(comment)
] @indent.auto