Regenerate nvim config
This commit is contained in:
23
config/neovim/store/nvim-treesitter/queries/ql/indents.scm
Normal file
23
config/neovim/store/nvim-treesitter/queries/ql/indents.scm
Normal file
@ -0,0 +1,23 @@
|
||||
[
|
||||
(module)
|
||||
(dataclass)
|
||||
(classMember)
|
||||
(classlessPredicate)
|
||||
(quantified)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
] @indent.end
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(block_comment)
|
||||
(line_comment)
|
||||
(qldoc)
|
||||
] @indent.ignore
|
||||
Reference in New Issue
Block a user