mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Update slint indent queries
This commit is contained in:
parent
55a9e3bbbc
commit
fa09c1f3ef
2 changed files with 12 additions and 11 deletions
|
|
@ -1,13 +1,14 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
(field_declaration_list_body)
|
(comp_body)
|
||||||
(list_definition_body)
|
(state_statement)
|
||||||
(struct_field_declaration_list_body)
|
(transition_statement)
|
||||||
|
(handler_body)
|
||||||
|
(consequence_body)
|
||||||
|
(global_single)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
"}" @indent_end
|
"}" @indent_end
|
||||||
|
|
||||||
(comment) @auto
|
(comment) @auto
|
||||||
|
|
||||||
(string) @auto
|
(string_literal) @auto
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue