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

40 lines
295 B
Scheme
Raw Permalink Normal View History

2023-03-16 07:00:30 -04:00
[
(assert)
(class)
(multiclass)
(def)
(defm)
(defvar)
(foreach)
(if)
2024-01-06 15:05:50 +09:00
(let)
2023-03-16 07:00:30 -04:00
(value_suffix)
] @indent.begin
2023-03-16 07:00:30 -04:00
[
"}"
"]"
")"
">"
] @indent.end
2023-03-16 07:00:30 -04:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-03-16 07:00:30 -04:00
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @indent.branch
2023-03-16 07:00:30 -04:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch
2023-03-16 07:00:30 -04:00
2024-01-06 15:05:50 +09:00
[
"<"
">"
] @indent.branch