index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter.lua
Age
Commit message (
Expand
)
Author
2022-04-21
fix(ts_utils): fix swap_nodes after get_node_text change
francisco souza
2022-04-18
fix(statusline): adjust to the new API (query)
ranjithshegde
2022-04-18
fix(statusline): don't use deprecated function
Christian Clason
2022-04-18
chore: deprecate ts_utils.get_node_text
Stephan Seitz
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2020-12-07
Remove 'CI' guard (we can have now the newest version of nvim again)
Stephan Seitz
2020-11-23
fix: make version check work on non-CI environments
Stephan Seitz
2020-11-23
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-10-11
Use utils get_node_text to get line content and trim all whitespaces.
Kristijan Husak
2020-10-11
Remove old statusline implementation with new one.
Kristijan Husak
2020-10-11
Add implementation for improved statusline. Closes #545.
Kristijan Husak
2020-09-03
Add warning about required Neovim version
Stephan Seitz
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-07-07
feat(configs): dynamic module defintions
Steven Sojka
2020-06-29
add used_by key to parsers
kiyan42
2020-06-21
fix(statusline): don't call if no parser
Thomas Vigouroux
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-15
Expose internal api.
kiyan42
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-05
feat: provide a statusline indicator
Thomas Vigouroux
2020-04-25
fix: config is enabled also checks parser existence
kiyan42
2020-04-24
feat/refacto: improve configurations
kiyan42
2020-04-22
feat: syntax highlighting
Thomas Vigouroux
2020-04-21
feat/refacto: add configs.lua, setup install
kiyan42
2020-04-20
feat: add parser list
kiyan42
2020-04-19
perf: don't compute locals on buffer updates
Thomas Vigouroux
2020-04-19
feat: add locals to setup procedure
Thomas Vigouroux
2020-04-19
add parser installer
kiyan42
2020-04-19
feat: add parsers module and better match iter
Thomas Vigouroux
2020-04-18
feat: add empty setup function
Thomas Vigouroux