fix #24699
fix #25253
This commit is contained in:
Justin M. Keyes
2023-09-20 04:15:23 -07:00
committed by GitHub
parent 50d5fcc0bc
commit 1b55f51d0d
18 changed files with 160 additions and 145 deletions

View File

@@ -597,8 +597,9 @@ function M.edit_query(lang)
})
api.nvim_buf_set_lines(query_buf, 0, -1, false, {
';; Write your query here. Use @captures to highlight matches in the source buffer.',
';; Completion for grammar nodes is available (see :h compl-omni)',
';; Write queries here (see $VIMRUNTIME/queries/ for examples).',
';; Move cursor to a capture ("@foo") to highlight matches in the source buffer.',
';; Completion for grammar nodes is available (:help compl-omni)',
'',
'',
})