nvim-treesitter/lua
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
..
nvim-treesitter feat: intuitive runtime queries 2020-08-14 16:42:53 +02:00
nvim-treesitter.lua feat(configs): dynamic module defintions 2020-07-07 13:53:23 +02:00