summaryrefslogtreecommitdiff
path: root/plugin/nvim-treesitter.vim
AgeCommit message (Expand)Author
2020-08-13fix(highlight): link TSVariable to NormalThomas Vigouroux
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Lua: highlight function nameSantos Gallegos
2020-08-02Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz
2020-08-02Add TSUpdate command to update parsersStephan Seitz
2020-07-27Parsers: add reStructuredTextSantos Gallegos
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Add attribute to the highlight mapAkin Sowemimo
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-01Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-29highlights: declare links as defaultsThomas Vigouroux
2020-06-26highlight: use custom highlight groupsThomas Vigouroux
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-04-25refactor(textobj): use configs and don't use VimLThomas Vigouroux
2020-04-25textobj: add incremental scope selectionThomas Vigouroux
2020-04-24feat/refacto: improve configurationskiyan42
2020-04-21feat/refacto: add configs.lua, setup installkiyan42
2020-04-19feat: create NvimTreesitter augroup at startupThomas Vigouroux
2020-04-19fix: add plugin fileThomas Vigouroux