summaryrefslogtreecommitdiff
path: root/queries/python
AgeCommit message (Expand)Author
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
2020-09-03Python: update foldsSantos Gallegos
2020-09-03Python: add foldsSantos Gallegos
2020-08-20Python highlights: add additional operatorsStephan Seitz
2020-08-18Python: fix some highlightsSantos Gallegos
2020-08-17Python: update highlightsSantos Gallegos
2020-08-17chore(highlights): remove is predicate usageSteven Sojka
2020-08-16Python: update highlightsSantos Gallegos
2020-08-16Python: update localsSantos Gallegos
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-14Python highlights: Highlight ->, ...Stephan Seitz
2020-08-04Python: update textobjects queriesSantos Gallegos
2020-07-22Fix #198: prefer method highlighting over attributeStephan Seitz
2020-07-22Python highlights: add lambda parametersStephan Seitz
2020-07-20Python highlights: highlight functions with self as methods (#198)Stephan Seitz
2020-07-15Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz