Regenerate nvim config
This commit is contained in:
18
config/neovim/store/nvim-treesitter/queries/teal/indents.scm
Normal file
18
config/neovim/store/nvim-treesitter/queries/teal/indents.scm
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
(record_declaration)
|
||||
(anon_function)
|
||||
(function_body)
|
||||
(table_constructor)
|
||||
(if_statement)
|
||||
(return_statement)
|
||||
(while_statement)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
"("
|
||||
")"
|
||||
"end"
|
||||
"then"
|
||||
] @indent.branch
|
||||
Reference in New Issue
Block a user