Regenerate nvim config
This commit is contained in:
14
config/neovim/store/nvim-treesitter/queries/hurl/indents.scm
Normal file
14
config/neovim/store/nvim-treesitter/queries/hurl/indents.scm
Normal file
@ -0,0 +1,14 @@
|
||||
; indents.scm
|
||||
[
|
||||
(json_object)
|
||||
(json_array)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
(xml_tag) @indent.begin
|
||||
|
||||
(xml_close_tag) @indent.branch
|
||||
Reference in New Issue
Block a user