mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
fix(treesitter): update lua, markdown queries
This commit is contained in:
committed by
Christian Clason
parent
94de236815
commit
d8eec81560
@ -17,8 +17,7 @@
|
||||
(string
|
||||
content: _ @injection.content)))
|
||||
(#set! injection.language "vim")
|
||||
(#any-of? @_vimcmd_identifier
|
||||
"vim.cmd" "vim.api.nvim_command" "vim.api.nvim_command" "vim.api.nvim_exec2"))
|
||||
(#any-of? @_vimcmd_identifier "vim.cmd" "vim.api.nvim_command" "vim.api.nvim_exec2"))
|
||||
|
||||
((function_call
|
||||
name: (_) @_vimcmd_identifier
|
||||
|
@ -1,7 +1,12 @@
|
||||
([
|
||||
(fenced_code_block)
|
||||
(indented_code_block)
|
||||
(list)
|
||||
(list_item
|
||||
(list))
|
||||
(section)
|
||||
] @fold
|
||||
(#trim! @fold))
|
||||
|
||||
(section
|
||||
(list) @fold
|
||||
(#trim! @fold))
|
||||
|
Reference in New Issue
Block a user