aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-treesitter.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
*