nvim-treesitter/lua/nvim-treesitter
Thomas Vigouroux 26c8d1eac0 feat: intuitive runtime queries
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.
2020-08-14 16:42:53 +02:00
..
refactor fix(definitions): optimize and fix definition highlighting 2020-08-13 07:43:09 -05:00
configs.lua pass full module path in recurse accumulator to enable/disable sub modules 2020-08-11 14:12:56 +02:00
fold.lua Make luacheck happy 2020-07-05 19:21:06 +02:00
health.lua checkhealth for all query groups 2020-07-15 16:28:48 +02:00
highlight.lua fix(highlight): Use TSParameter 2020-08-10 14:17:55 +02:00
incremental_selection.lua Add noremap option to mappings 2020-08-06 13:28:53 +02:00
info.lua Add TSUpdate command to update parsers 2020-08-02 22:58:08 +02:00
install.lua perf: cache parser file list for performance 2020-08-11 20:21:22 +02:00
locals.lua fix(definitions): optimize and fix definition highlighting 2020-08-13 07:43:09 -05:00
parsers.lua perf: cache parser file list for performance 2020-08-11 20:21:22 +02:00
query.lua feat: intuitive runtime queries 2020-08-14 16:42:53 +02:00
query_predicates.lua feat(predicates): add adjacent predicate 2020-07-31 11:54:09 -05:00
textobjects.lua Add noremap option to mappings 2020-08-06 13:28:53 +02:00
ts_utils.lua fix(definitions): optimize and fix definition highlighting 2020-08-13 07:43:09 -05:00
utils.lua Add textobjects module 2020-07-14 22:34:43 +02:00