mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Starting now, runtime queries will be sourced in this order : - Queries that are not in any `after` folder, will serve as a base, with each occurence overwriting the others (that is, .config/nvim/queries has the highest priority) - Queries within the `after` directory will be sourced one after the other. The rationale is that this reminds all the `.vim` files (ftplugin) for example, and this allows both to experiment and to override queries easily. |
||
|---|---|---|
| .. | ||
| refactor | ||
| configs.lua | ||
| fold.lua | ||
| health.lua | ||
| highlight.lua | ||
| incremental_selection.lua | ||
| info.lua | ||
| install.lua | ||
| locals.lua | ||
| parsers.lua | ||
| query.lua | ||
| query_predicates.lua | ||
| textobjects.lua | ||
| ts_utils.lua | ||
| utils.lua | ||