summaryrefslogtreecommitdiffstats
path: root/queries/python/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* locals(python): adapt as_pattern to upstream changeStephan Seitz2022-02-071-1/+1
|
* highlights(python): add support for pattern matchingStephan Seitz2022-01-281-5/+2
| | | | | Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
* chore: fix typosDundar Göc2021-11-021-1/+1
|
* Python locals: Add new node with_clauseStephan Seitz2021-01-071-1/+2
|
* Update Python queriesStephan Seitz2020-11-301-10/+32
|
* Python highlights: Fix #688 (definition.associated -> field)Stephan Seitz2020-11-231-1/+1
|
* Fix Python queries for parser updateStephan Seitz2020-11-031-5/+5
|
* Python locals: account for ↵Stephan Seitz2020-09-211-8/+6
| | | | https://github.com/tree-sitter/tree-sitter-python/pull/83
* Remove @definition.doc capturesSantos Gallegos2020-09-171-2/+1
| | | | | | 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.
* Python: update localsSantos Gallegos2020-08-161-7/+9
|
* feat(highlights): add is predicateSteven Sojka2020-08-161-8/+8
|
* Python locals: with_statement can define variablesStephan Seitz2020-07-091-0/+4
|
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-081-0/+8
|
* Python locals/highlights: Parameters can be optionally typedStephan Seitz2020-07-081-14/+17
|
* Adapt Python highlights to new query syntaxStephan Seitz2020-06-241-6/+2
|
* Update python locals: `list_splat` and `dictionary_splat` define variables ↵Stephan Seitz2020-06-021-0/+14
| | | | as parameters
* Add python/highlights.scm from tree-sitter-pythonStephan Seitz2020-05-171-0/+6
|
* Add python locals.scmStephan Seitz2020-05-161-0/+65