Regenerate nvim config
This commit is contained in:
16
config/neovim/store/nvim-treesitter/queries/xml/indents.scm
Normal file
16
config/neovim/store/nvim-treesitter/queries/xml/indents.scm
Normal file
@ -0,0 +1,16 @@
|
||||
(element) @indent.begin
|
||||
|
||||
[
|
||||
(Attribute)
|
||||
(AttlistDecl)
|
||||
(contentspec)
|
||||
] @indent.align
|
||||
|
||||
(ETag) @indent.dedent
|
||||
|
||||
(doctypedecl) @indent.ignore
|
||||
|
||||
[
|
||||
(Comment)
|
||||
(ERROR)
|
||||
] @indent.auto
|
||||
Reference in New Issue
Block a user