summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter.lua
AgeCommit message (Expand)Author
2022-04-18chore: deprecate ts_utils.get_node_textStephan Seitz
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2020-12-07Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz
2020-11-23fix: make version check work on non-CI environmentsStephan Seitz
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-10-11Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak
2020-10-11Remove old statusline implementation with new one.Kristijan Husak
2020-10-11Add implementation for improved statusline. Closes #545.Kristijan Husak
2020-09-03Add warning about required Neovim versionStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-07-07feat(configs): dynamic module defintionsSteven Sojka
2020-06-29add used_by key to parserskiyan42
2020-06-21fix(statusline): don't call if no parserThomas Vigouroux
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-05-15Expose internal api.kiyan42
2020-05-12refacto/feat: better handling of parser updateskiyan42
2020-05-05feat: provide a statusline indicatorThomas Vigouroux
2020-04-25fix: config is enabled also checks parser existencekiyan42
2020-04-24feat/refacto: improve configurationskiyan42
2020-04-22feat: syntax highlightingThomas Vigouroux
2020-04-21feat/refacto: add configs.lua, setup installkiyan42
2020-04-20feat: add parser listkiyan42
2020-04-19perf: don't compute locals on buffer updatesThomas Vigouroux
2020-04-19feat: add locals to setup procedureThomas Vigouroux
2020-04-19add parser installerkiyan42
2020-04-19feat: add parsers module and better match iterThomas Vigouroux
2020-04-18feat: add empty setup functionThomas Vigouroux