Regenerate nvim config
This commit is contained in:
25
config/neovim/store/nvim-treesitter/queries/tcl/indents.scm
Normal file
25
config/neovim/store/nvim-treesitter/queries/tcl/indents.scm
Normal file
@ -0,0 +1,25 @@
|
||||
[
|
||||
(braced_word_simple)
|
||||
(namespace)
|
||||
(command)
|
||||
(conditional)
|
||||
(foreach)
|
||||
(while)
|
||||
(try)
|
||||
(procedure)
|
||||
(command_substitution)
|
||||
] @indent.begin
|
||||
|
||||
(quoted_word) @indent.align
|
||||
|
||||
([
|
||||
(expr)
|
||||
(arguments)
|
||||
] @indent.align
|
||||
(#set! "indent.open_delimiter" "{")
|
||||
(#set! "indent.close_delimiter" "}"))
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch @indent.end
|
||||
Reference in New Issue
Block a user