aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/highlighter.lua
Commit message (Expand)AuthorAge
* perf(treesitter): do not scan past given line for predicate matchL Lllvvuu2023-09-16
* fix(decorations): better approximation of botline #24794Jaehwang Jung2023-09-11
* feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)Santos Gallegos2023-06-18
* fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* fix(treesitter): use capture metadata range if exists danilax9992023-04-04
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* fix(treesitter): annotationsLewis Russell2023-03-23
* docs: fix vim.treesitter tagsJustin M. Keyes2023-03-03
* fix(treesitter): fix most diagnosticsLewis Russell2023-02-04
* fix(treesitter): really restore syntaxLewis Russell2023-01-17
* fix(ts): check buffer is loaded when restoring options (#21419)Lewis Russell2022-12-14
* fix(treesitter): properly restore `'syntax'` (#21358)Lewis Russell2022-12-14
* feat(spell): support nospell in treesitter queriesLewis Russell2022-11-12
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* fix(ts): do not clobber spelloptions (#20095)Lewis Russell2022-09-06
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
* 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
* 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: 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
* feat(treesitter): allow to set highlight priority for queriesStephan Seitz2021-07-22
* docs: Treesitter (#13260)TJ DeVries2021-05-01
* 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
|/
* treesitter: propagate on_detach event properlyBjörn Linse2021-02-10
* feat(luahl): add priority mechanismThomas Vigouroux2020-11-25
* feat(treesitter): add language treeSteven Sojka2020-11-23
* 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
* 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
* apply bfredl suggestionkiyan422020-09-06