aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter
Commit message (Expand)AuthorAge
* feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
* feat(treesitter): clarify similar 'get_node_range' functionsQuentin Rasmont2022-08-25
* feat(treesitter): add ability to retreive a tree/node given a rangeQuentin Rasmont2022-08-25
* feat(treesitter): add opts.concat to query.get_text_nodeQuentin Rasmont2022-08-25
* feat(treesitter): allow customizing language symbol nameThomas Vigouroux2022-08-22
* fix(treesitter): don't error when node argument of predicate is nil (#19355)Stephan Seitz2022-07-14
* refactor(lua): replace vim.cmd use with API calls (#19283)Raphael2022-07-09
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(treesitter): new iter if foldedkevinhwang912022-06-16
* fix(treesitter): correct region for string parser (#18794)Christian Clason2022-06-02
* fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2022-05-28
* Merge pull request #18502 from drybalka/fix-languagetree-contains-descriptionChristian Clason2022-05-19
|\
| * refactor: simple logic in tree_contains()Denys2022-05-18
| * docs: correct description of LanguageTree:contains()Denys2022-05-18
* | chore: format runtime with styluaChristian Clason2022-05-09
|/
* feat(treesitter): add more default groups to highlight map (#17835)Gregory Anders2022-03-30
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* feat(tree-sitter): allow Atom-style capture fallbacks (#14196)Stephan Seitz2022-02-16
* docs: treesitter.txt - fix overflowing lines, document minimum_language_versi...Chinmay Dalal2022-02-13
* fix(query.lua): check empty table for lineskevinhwang912022-02-11
* fix(ts): escape lang when loading parsers (#16668)Lewis Russell2022-01-27
* perf(treesitter): cache query parsingStephan Seitz2022-01-06
* chore: fix typos (#16816)dundargoc2022-01-04
* feat(treesitter): multiline match predicatesLewis Russell2021-12-12
* feat(ts): add support for multiline nodes in get_node_text (#14999)Mathias Fußenegger2021-12-12
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(healthcheck): update builtins to the new convention #15914Javier Lopez2021-10-05
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* perf(treesitter): avoid string lookup of highlight name in hot loopBjörn Linse2021-08-19
* chore: remove reference to nvim-treesitter in commentStephan Seitz2021-08-06
* fix(treesitter): do not map hl_group when no mapping is setStephan Seitz2021-08-06
* docs(ts): add documentation for listing fnsThomas Vigouroux2021-07-25
* treesitter: add query.list_directivesStephan Seitz2021-07-24
* feat(treesitter): allow to set highlight priority for queriesStephan Seitz2021-07-22
* treesitter: add predicate "any-of?" (#14344)Raymond W. Ko2021-05-14
* treesitter: do not escape in match? (#14382)Stephan Seitz2021-05-11
* Merge pull request #14418 from DerekStride/treesitter-set-directiveThomas Vigouroux2021-05-03
|\
| * Ensure there is a nested table allocated for #set!derekstride2021-04-27
* | docs: Treesitter (#13260)TJ DeVries2021-05-01
|/
* Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...Thomas Vigouroux2021-04-14
|\
| * feat(treesitter): allow injections to be configured through directivesSteven Sojka2021-04-02
* | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \
| * | fix(ts): move checkhealth in runtime/vimThomas Vigouroux2021-04-06
* | | Fix #14192: Handle IO errors and close files in query.luaStephan Seitz2021-04-02
| |/ |/|
* | Merge pull request #14218 from steelsojka/bugfix/check-queries-existThomas Vigouroux2021-04-02
|\ \ | |/ |/|
| * fix(treesitter): check highlight queries existSteven Sojka2021-03-26
* | ts: Add per-language highlight linksTJ DeVries2021-03-31
* | ts: Add per-language query overridingTJ DeVries2021-03-30
* | fix(treesitter): dedupe runtime file listSteven Sojka2021-03-23
|/
* fix: treesitter languagetree crash when using telescope buffer previewer (#13...Simon Hauser2021-02-23