mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 03:42:11 +00:00
docs: api, messages, lsp, trust
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
This commit is contained in:
@@ -1193,10 +1193,8 @@ end
|
||||
--- parsers.
|
||||
---
|
||||
--- If you move the cursor to a capture name ("@foo"), text matching the capture is highlighted
|
||||
--- with |hl-DiagnosticVirtualTextHint| in the source buffer.
|
||||
---
|
||||
--- The query editor is a scratch buffer, use `:write` to save it. You can find example queries
|
||||
--- at `$VIMRUNTIME/queries/`.
|
||||
--- with |hl-DiagnosticVirtualTextHint| in the source buffer. The query editor is a scratch buffer,
|
||||
--- use `:write` to save it. You can find example queries at `$VIMRUNTIME/queries/`.
|
||||
---
|
||||
--- @param lang? string language to open the query editor for. If omitted, inferred from the current buffer's filetype.
|
||||
function M.edit(lang)
|
||||
|
||||
Reference in New Issue
Block a user