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
/
locals.lua
Age
Commit message (
Expand
)
Author
2020-11-23
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-11-03
parser: only use parse to get a tree
Thomas Vigouroux
2020-08-25
fix(locals): add nil guard for definition id creation
Steven Sojka
2020-08-16
feat(definitions): allow setting of scope
Steven Sojka
2020-08-13
fix(definitions): optimize and fix definition highlighting
Steven Sojka
2020-08-11
fix(locals): fix find definition implementation (#274)
Steven Sojka
2020-07-16
Refactor locals.lua:
Stephan Seitz
2020-07-16
Refactor: Add parsers.get_buf_lang
Stephan Seitz
2020-07-15
feat(textobjects): Add `start` to include preceding things like documentation
Stephan Seitz
2020-07-08
fix(refactor): highlight def perf issue fix
Steven Sojka
2020-07-05
Allow arbitrary query files in locals.lua
Stephan Seitz
2020-07-05
Make luacheck happy
Stephan Seitz
2020-06-30
refactor(refactor): use higher local apis and some cleanup
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-24
fix(locals): compute locals after later tick
Steven Sojka
2020-06-22
rename and finish ft->lang migration
kiyan42
2020-06-19
refacto: remove buf_state
kiyan42
2020-05-12
refacto/feat: better handling of parser updates
kiyan42
2020-05-07
fix: change locals extraction
Thomas Vigouroux
2020-04-26
health(refactor): move checks inside health.lua
Thomas Vigouroux
2020-04-25
textobj: add incremental node selection
Thomas Vigouroux
2020-04-21
feat: add checkhealth
kiyan42
2020-04-19
perf: don't compute locals on buffer updates
Thomas Vigouroux
2020-04-19
fix: prepare injections mechanism
Thomas Vigouroux
2020-04-19
style: avoid overindenting things
Thomas Vigouroux
2020-04-19
feat: add locals to setup procedure
Thomas Vigouroux
2020-04-19
feat: first version of locals
Thomas Vigouroux