summaryrefslogtreecommitdiff
path: root/queries/python/locals.scm
AgeCommit message (Collapse)Author
2022-02-07locals(python): adapt as_pattern to upstream changeStephan Seitz
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
2021-11-02chore: fix typosDundar Göc
2021-01-07Python locals: Add new node with_clauseStephan Seitz
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-09-21Python locals: account for ↵Stephan Seitz
https://github.com/tree-sitter/tree-sitter-python/pull/83
2020-09-17Remove @definition.doc capturesSantos Gallegos
These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file.
2020-08-16Python: update localsSantos Gallegos
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-07-09Python locals: with_statement can define variablesStephan Seitz
2020-07-08Introduce @definition.import for Python/JavascriptStephan Seitz
2020-07-08Python locals/highlights: Parameters can be optionally typedStephan Seitz
2020-06-24Adapt Python highlights to new query syntaxStephan Seitz
2020-06-02Update python locals: `list_splat` and `dictionary_splat` define variables ↵Stephan Seitz
as parameters
2020-05-17Add python/highlights.scm from tree-sitter-pythonStephan Seitz
2020-05-16Add python locals.scmStephan Seitz