Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treesitter: add node:id() | Björn Linse | 2020-11-01 |
| | |||
* | treesitter: allow multiple highlighters per buffer | Thomas Vigouroux | 2020-10-12 |
| | |||
* | treesitter: allow custom parser for highlighter | Thomas Vigouroux | 2020-10-12 |
| | | | | | | | | | | | Also allow to get parser ranges. This will be useful for language injection, allowing us to tweak the parser's ranges on the fly. Update runtime/lua/vim/treesitter.lua Co-authored-by: Paul Burlumi <paul@burlumi.com> | ||
* | 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> | ||
* | api: multiple decoration providers at once | Björn Linse | 2020-10-10 |
| | |||
* | luahl: global the luahl | Björn Linse | 2020-09-13 |
| | |||
* | fix: use luahl in treesitter | Thomas Vigouroux | 2020-09-13 |
| | |||
* | wip trying to fix the highlighter | Thomas Vigouroux | 2020-09-09 |
| | |||
* | treesitter: use new on_bytes interface | Björn Linse | 2020-09-09 |
| | | | | | | | | | | This will significantly reduce the parsing work needed e.g. when rehighlighting after every keypress in insert mode. Also add safety check for tree-sitter trying to read past the end of a line. This can happen after we sent an incorrect buffer update. | ||
* | treesitter: revert wrong optimization in highlights | Thomas Vigouroux | 2020-09-09 |
| | |||
* | apply bfredl suggestion | kiyan42 | 2020-09-06 |
| | |||
* | treesitter: check hl group exists before passing it in nvim_get_hl_id_by_name | kiyan42 | 2020-09-05 |
| | |||
* | treesitter: update to use buf_set_extmark | Thomas Vigouroux | 2020-09-03 |
| | |||
* | treesitter(docs): update and refresh docs | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: refactor and use lua regexes | Thomas Vigouroux | 2020-08-13 |