summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/query.lua
AgeCommit message (Expand)Author
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