summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2020-09-09treesitter: use new on_bytes interfaceBjörn Linse1
2020-09-09treesitter: revert wrong optimization in highlightsThomas Vigouroux1
2020-09-06Merge pull request #12858 from kyazdani42/fix/no-ts-hl-without-query-valueThomas Vigouroux1
2020-09-06apply bfredl suggestionkiyan421
2020-09-06lint: just bit twiddlin'Björn Linse1
2020-09-06treesitter: simplify match_predsThomas Vigouroux1
2020-09-06treesitter: use lua-match? instead of match?Thomas Vigouroux1
2020-09-05treesitter: check hl group exists before passing it in nvim_get_hl_id_by_namekiyan421
2020-09-04Merge pull request #12847 from nvim-treesitter/ts-list-predicatesBjörn Linse1
2020-09-04treesitter: allow to list supported predicatesThomas Vigouroux1
2020-09-03treesitter: update to use buf_set_extmarkThomas Vigouroux1
2020-08-31treesitter: avoid escaping complete query stringsStephan Seitz1
2020-08-13treesitter: allow to force predicate additionThomas Vigouroux1
2020-08-13treesitter: add predicate negationThomas Vigouroux1
2020-08-13treesitter: add and test vim-match? predicateThomas Vigouroux1
2020-08-13treesitter: add contains? predicateThomas Vigouroux1
2020-08-13treesitter(docs): update and refresh docsThomas Vigouroux3
2020-08-13treesitter: refactor and use lua regexesThomas Vigouroux3