aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-treesitter.lua
Commit message (Expand)AuthorAgeFilesLines
* feat(highlights): add is predicateSteven Sojka2020-08-161-0/+3
* feat(configs): dynamic module defintionsSteven Sojka2020-07-071-12/+4
* add used_by key to parserskiyan422020-06-291-2/+3
* fix(statusline): don't call if no parserThomas Vigouroux2020-06-211-0/+1
* refactor: parser list and lang->ft/ft->langkiyan422020-06-201-2/+4
* refacto: remove buf_statekiyan422020-06-191-19/+2
* Expose internal api.kiyan422020-05-151-0/+10
* refacto/feat: better handling of parser updateskiyan422020-05-121-22/+22
* feat: provide a statusline indicatorThomas Vigouroux2020-05-051-0/+31
* fix: config is enabled also checks parser existencekiyan422020-04-251-2/+1
* feat/refacto: improve configurationskiyan422020-04-241-16/+14
* feat: syntax highlightingThomas Vigouroux2020-04-221-0/+3
* feat/refacto: add configs.lua, setup installkiyan422020-04-211-4/+11
* feat: add parser listkiyan422020-04-201-0/+1
* perf: don't compute locals on buffer updatesThomas Vigouroux2020-04-191-6/+0
* feat: add locals to setup procedureThomas Vigouroux2020-04-191-0/+7
* add parser installerkiyan422020-04-191-0/+5
* feat: add parsers module and better match iterThomas Vigouroux2020-04-191-0/+3
* feat: add empty setup functionThomas Vigouroux2020-04-181-0/+10