aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/highlighter.lua
Commit message (Expand)AuthorAge
* 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
* treesitter: check hl group exists before passing it in nvim_get_hl_id_by_namekiyan422020-09-05
* treesitter: update to use buf_set_extmarkThomas Vigouroux2020-09-03
* treesitter(docs): update and refresh docsThomas Vigouroux2020-08-13
* treesitter: refactor and use lua regexesThomas Vigouroux2020-08-13