aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter
Commit message (Expand)AuthorAge
* fix(languagetree): use tree nodes instead of regions in containsSteven Sojka2021-01-20
* treesitter: Fix linter warning and add helper function to remove duplicated l...“jvgrootveld”2021-01-18
* treesitter: default start and end row when omitted“jvgrootveld”2021-01-15
* treesitter: simplify query reading logicBjörn Linse2021-01-04
* feat(treesitter): add offset predicate for language injectionSteven Sojka2020-12-15
* Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2020-12-10
|\
| * fix(treesitter): don't throw an error for missing injected langsSteven Sojka2020-12-04
* | fix(treesitter): incorrect method name callSteven Sojka2020-12-04
|/
* Merge pull request #13357 from vigoux/luahl-priorityBjörn Linse2020-11-25
|\
| * feat(luahl): add priority mechanismThomas Vigouroux2020-11-25
* | languagetree: call changedtree callback per treeThomas Vigouroux2020-11-24
* | fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
|/
* feat(treesitter): add language treeSteven Sojka2020-11-23
* tree-sitter: Put base languages first in queriesStephan Seitz2020-11-08
* Merge pull request #13178 from steelsojka/fix-empty-main-query-fileThomas Vigouroux2020-11-02
|\
| * fix(treesitter): account for no main query fileSteven Sojka2020-10-28
* | treesitter: add node:id()Björn Linse2020-11-01
|/
* treesitter: allow multiple highlighters per bufferThomas Vigouroux2020-10-12
* treesitter: allow custom parser for highlighterThomas Vigouroux2020-10-12
* treesitter: runtime queriesThomas Vigouroux2020-10-11
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* treesitter: add string parser (#13008)Thomas Vigouroux2020-09-30
* luahl: global the luahlBjörn Linse2020-09-13
* fix: use luahl in treesitterThomas Vigouroux2020-09-13
* wip trying to fix the highlighterThomas Vigouroux2020-09-09
* treesitter: use new on_bytes interfaceBjörn Linse2020-09-09
* treesitter: revert wrong optimization in highlightsThomas Vigouroux2020-09-09
* Merge pull request #12858 from kyazdani42/fix/no-ts-hl-without-query-valueThomas Vigouroux2020-09-06
|\
| * apply bfredl suggestionkiyan422020-09-06
| * treesitter: check hl group exists before passing it in nvim_get_hl_id_by_namekiyan422020-09-05
* | lint: just bit twiddlin'Björn Linse2020-09-06
* | treesitter: simplify match_predsThomas Vigouroux2020-09-06
* | treesitter: use lua-match? instead of match?Thomas Vigouroux2020-09-06
|/
* Merge pull request #12847 from nvim-treesitter/ts-list-predicatesBjörn Linse2020-09-04
|\
| * treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* | treesitter: update to use buf_set_extmarkThomas Vigouroux2020-09-03
|/
* treesitter: avoid escaping complete query stringsStephan Seitz2020-08-31
* treesitter: allow to force predicate additionThomas Vigouroux2020-08-13
* treesitter: add predicate negationThomas Vigouroux2020-08-13
* treesitter: add and test vim-match? predicateThomas Vigouroux2020-08-13
* treesitter: add contains? predicateThomas Vigouroux2020-08-13
* treesitter(docs): update and refresh docsThomas Vigouroux2020-08-13
* treesitter: refactor and use lua regexesThomas Vigouroux2020-08-13