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
/
query.lua
Age
Commit message (
Expand
)
Author
2022-03-26
chore: placate luacheck
Christian Clason
2022-01-21
feat(indent): use native Query:iter_captures
Munif Tanjim
2021-08-22
Query: allow to pass a list to get_capture_matches (#1693)
Santos Gallegos
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-06-29
fix: check if invalidate_query_cache[lang] is set before invalidating
Folke Lemaitre
2021-06-28
perf: cache has_query_files: fixes TS slowness
Folke Lemaitre
2021-05-31
Improve check-queries (#1253)
Santos Gallegos
2021-04-14
feat: Add TSEditQuery
Stephan Seitz
2021-04-07
Fix usage of string.sub (#1164)
Santos Gallegos
2021-04-06
Fix: allow empty path in utils.get_at_path
Stephan Seitz
2021-03-30
refactor(all): language tree adaption (#1105)
Steven Sojka
2021-03-23
fix(checkhealth): display error messages of failed queries
Stephan Seitz
2021-02-27
chore: remove useless code and indent files
kiyan
2021-02-11
fix: remove debug print on query cache invalidation
Stephan Seitz
2021-01-28
feat(query): add cache for get_query (#879)
oberblastmeister
2020-11-23
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-10-26
Add virtual range for creating node-like objects from multiple nodes
Stephan Seitz
2020-10-19
Remove textobjects from built_in_query_groups
Stephan Seitz
2020-10-19
Treesitter indent
kiyan42
2020-10-16
Fix: avoid overwriting tables in insert_to_path
Stephan Seitz
2020-10-12
query: remove unnecessary query parsing
Thomas Vigouroux
2020-10-11
feat(queries): modeline mechanism for base langs
Thomas Vigouroux
2020-09-19
feat: add parser for ocaml interface files
Pau Ruiz Safont
2020-09-14
Folds: rename query files to folds.scm to be consistent
Santos Gallegos
2020-09-08
Fix #418: iterator function should always return an iterator
Stephan Seitz
2020-09-08
Improve startup performance
Santos Gallegos
2020-09-08
Queries: merge query_extensions into base_language_map
Santos Gallegos
2020-09-07
fix using highlight query extension for every query type
kyazdani42
2020-09-01
health: add fold queries to check health
Thomas Vigouroux
2020-08-22
fix(modules): do not reattach if already attached
Steven Sojka
2020-08-17
Merge pull request #305 from theHamsta/textobjects-submodules
Steven Sojka
2020-08-17
some refacto, doc fixes and jsx queries
kiyan42
2020-08-17
chore(textobject): use query.find_best_match to find next/previous textobject
Stephan Seitz
2020-08-15
fix: check 'after' against third directory
RafaĆ Camlet
2020-08-15
Merge pull request #291 from vigoux/post-upstream-work
Steven Sojka
2020-08-14
feat: intuitive runtime queries
Thomas Vigouroux
2020-08-14
fix: refactor after upstream refactor
Thomas Vigouroux
2020-08-13
fix(definitions): optimize and fix definition highlighting
Steven Sojka
2020-08-11
fix(queries): don't load queries on startup
Steven Sojka
2020-07-27
Add predicates module
Stephan Seitz
2020-07-16
Refactor locals.lua:
Stephan Seitz
2020-07-15
checkhealth for all query groups
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz
2020-06-30
Define multiple query for a language
kiyan42
2020-06-30
feat(refactor): add smart rename module
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-21
fix: separate queries with newlines
Thomas Vigouroux
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-06-15
Fixup: Introduce base languages for queries
Stephan Seitz
2020-06-15
Introduce base languages for queries
Stephan Seitz
[next]