mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat: Add TSEditQueryUserAfter
This commit is contained in:
parent
4598f90f34
commit
4df2667303
2 changed files with 34 additions and 7 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue