summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/query.lua
AgeCommit message (Expand)Author
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-10-26Add virtual range for creating node-like objects from multiple nodesStephan Seitz
2020-10-19Remove textobjects from built_in_query_groupsStephan Seitz
2020-10-19Treesitter indentkiyan42
2020-10-16Fix: avoid overwriting tables in insert_to_pathStephan Seitz
2020-10-12query: remove unnecessary query parsingThomas Vigouroux
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
2020-09-19feat: add parser for ocaml interface filesPau Ruiz Safont
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
2020-09-08Fix #418: iterator function should always return an iteratorStephan Seitz
2020-09-08Improve startup performanceSantos Gallegos
2020-09-08Queries: merge query_extensions into base_language_mapSantos Gallegos
2020-09-07fix using highlight query extension for every query typekyazdani42
2020-09-01health: add fold queries to check healthThomas Vigouroux
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-08-17Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka
2020-08-17some refacto, doc fixes and jsx querieskiyan42
2020-08-17chore(textobject): use query.find_best_match to find next/previous textobjectStephan Seitz
2020-08-15fix: check 'after' against third directoryRafaƂ Camlet
2020-08-15Merge pull request #291 from vigoux/post-upstream-workSteven Sojka
2020-08-14feat: intuitive runtime queriesThomas Vigouroux
2020-08-14fix: refactor after upstream refactorThomas Vigouroux
2020-08-13fix(definitions): optimize and fix definition highlightingSteven Sojka
2020-08-11fix(queries): don't load queries on startupSteven Sojka
2020-07-27Add predicates moduleStephan Seitz
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-15checkhealth for all query groupsStephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-06-30Define multiple query for a languagekiyan42
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-21fix: separate queries with newlinesThomas Vigouroux
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-15Fixup: Introduce base languages for queriesStephan Seitz
2020-06-15Introduce base languages for queriesStephan Seitz
2020-06-14feat(queries): allow for user overridesSteven Sojka
2020-05-12refacto/feat: better handling of parser updateskiyan42
2020-04-22feat: syntax highlightingThomas Vigouroux
2020-04-19fix(matches): better storage of nodesThomas Vigouroux
2020-04-19feat: add parsers module and better match iterThomas Vigouroux