feat: Add TSEditQueryUserAfter

This commit is contained in:
Stephan Seitz 2021-04-07 17:20:06 +02:00 committed by Thomas Vigouroux
parent 4598f90f34
commit 4df2667303
2 changed files with 34 additions and 7 deletions

View file

@ -290,6 +290,13 @@ If no such file exists, a buffer for a new file in the user's config directory
is created. If {lang} is not specified, the language of the current buffer
is used.
*:TSEditQueryUserAfter*
:TSEditQueryUserAfter {query-group} [{lang}]~
Same as |:TSEditQuery| but edits a file in the `after` directory of the
user's config directory. Useful to add custom extensions for the queries
provided by a plugin.
==============================================================================
UTILS *nvim-treesitter-utils*