Files
neovim/runtime/lua/vim
Thomas Vigouroux 0405594399 feat(treesitter)!: do not merge queries by default (#20105)
Problem: Treesitter queries for a given language in runtime were merged together, 
leading to errors if they targeted different parser versions (e.g., bundled viml queries 
and those shipped by nvim-treesitter).
Solution:  Runtime queries now work as follows:
* The last query in the rtp without `; extends` in the header will be used as the base query
* All queries (without a specific order) with `; extends` are concatenated with the base query

BREAKING CHANGE: queries need to be updated if they are meant to extend other queries
2022-09-08 09:47:36 +02:00
..
2022-08-03 09:47:16 +08:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00
2022-08-28 14:07:53 +02:00
2022-09-08 12:54:41 +08:00
2022-05-09 16:31:55 +02:00