Regenerate nvim config
This commit is contained in:
14
config/neovim/store/nvim-treesitter/queries/just/indents.scm
Normal file
14
config/neovim/store/nvim-treesitter/queries/just/indents.scm
Normal file
@ -0,0 +1,14 @@
|
||||
; Source: https://github.com/IndianBoy42/tree-sitter-just/blob/main/queries/just/indents.scm
|
||||
[
|
||||
(recipe)
|
||||
(string)
|
||||
(external_command)
|
||||
] @indent.begin
|
||||
|
||||
(string
|
||||
[
|
||||
"'''"
|
||||
"\"\"\""
|
||||
] @indent.branch @indent.end)
|
||||
|
||||
(comment) @indent.auto
|
||||
Reference in New Issue
Block a user