1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-27 05:58:08 +01:00
helix/runtime/queries/v/indents.scm
Erasin Wang fb56a4bb75
Improve tree-sitter queries for vlang (#6279)
- Update hightlight
- add indents
- add textobject
- add injections
2023-03-15 16:22:24 -05:00

18 lines
234 B
Scheme

[
(struct_declaration)
(function_declaration)
(if_expression)
(match_expression)
(expression_case)
(default_case)
(for_statement)
(unsafe_expression)
(short_var_declaration)
] @indent
[
"]"
")"
"}"
] @outdent