Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | feat(treesitter): add injections | Christian Clason | 2022-09-06 | |
| | ||||
* | feat(treesitter): add viml parser and queries | Christian Clason | 2022-09-06 | |
| | ||||
* | feat(treesitter): bundle Lua parser and queries | Thomas Vigouroux | 2022-09-06 | |
| | | | | | parser from https://github.com/MunifTanjim/tree-sitter-lua queries from nvim-treesitter | |||
* | 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> |