Regenerate nvim config
This commit is contained in:
31
config/neovim/store/nvim-treesitter/queries/bass/indents.scm
Normal file
31
config/neovim/store/nvim-treesitter/queries/bass/indents.scm
Normal file
@ -0,0 +1,31 @@
|
||||
[
|
||||
(list)
|
||||
(scope)
|
||||
(cons)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
"]"
|
||||
] @indent.end
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @indent.auto
|
||||
Reference in New Issue
Block a user