Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treesitter: Update to 0.19.3 | Mathias Fussenegger | 2021-03-09 |
| | |||
* | treesitter: runtime queries | Thomas Vigouroux | 2020-10-11 |
Runtime queries just work like ftplugins, that is: - Queries in the `after` directory are sourced _after_ the "base" query - Otherwise, the last define query takes precedence. Queries can be found in the `queries` directory. Update runtime/lua/vim/treesitter/query.lua Co-authored-by: Paul Burlumi <paul@burlumi.com> |