summaryrefslogtreecommitdiff
path: root/queries/python
AgeCommit message (Expand)Author
2022-02-07locals(python): adapt as_pattern to upstream changeStephan Seitz
2022-02-06fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz
2022-02-05indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
2022-01-21feat(indent): support `@aligned_indent` for pythonMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-04Remove Python docstring injectionsRafik Draoui
2021-12-22Update queriesSantos Gallegos
2021-12-18highlights(python): Improve self and cls highlight (#2134)Fabian
2021-11-23Prefer lua-match over matchLewis Russell
2021-11-12Python: highlight semicolonSantos Gallegos
2021-11-02chore: fix typosDundar Göc
2021-11-01Update queries/python/highlights.scmSantos Gallegos
2021-11-01Revert "feat: add `del` keyword for highlights"Santos Gallegos
2021-11-01feat: add `del` keyword for highlightsAshish Panigrahi
2021-10-22Python: highlight interpolation escaped charsSantos Gallegos
2021-07-11Python: fix class highlights (#1548)Santos Gallegos
2021-07-06Highlights(python): Add `@keyword.function`Sergio Alejandro Vargas
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-07-01python(highlights): don't use type for APPStephan Seitz
2021-05-16highlights(python): use any-of?Stephan Seitz
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-02-05Python: inject rst in docstrings (#917)Santos Gallegos
2021-01-14indent: add Python @ignore queriesJędrzej Boczar
2021-01-14indent: add Python @return queriesJędrzej Boczar
2021-01-07Python highlights: update definition of decoratorStephan Seitz
2021-01-07Python locals: Add new node with_clauseStephan Seitz
2021-01-06Remove usages of `@embedded` in highlightsStephan Seitz
2021-01-03Python highlights: Add regex injections: re.match(r"...")Stephan Seitz
2021-01-02Python (folds): allow to fold stringsSantos Gallegos
2020-12-21Improve python/indents.scmJędrzej Boczar
2020-12-18Python: fix self highlighingSantos Gallegos
2020-12-18Update indents.scmEvan
2020-12-18Create indents.scm for pythonEvan
2020-11-30Update Python queriesStephan Seitz
2020-11-23Python highlights: Fix #688 (definition.associated -> field)Stephan Seitz
2020-11-03Fix Python queries for parser updateStephan Seitz
2020-10-05Dart highlights: Reset highlight in interpolationStephan Seitz
2020-10-04Remove textobjects moduleStephan Seitz
2020-09-21Python locals: account for https://github.com/tree-sitter/tree-sitter-python/...Stephan Seitz
2020-09-19fix(python): use `@Normal` again for f-strings `@none` is not aggressive enoughStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-17Remove @definition.doc capturesSantos Gallegos
2020-09-15reset python interpolation nodekiyan42
2020-09-14Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
2020-09-11ci: fix wrong queriesThomas Vigouroux