index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
python
/
locals.scm
Age
Commit message (
Collapse
)
Author
2021-11-02
chore: fix typos
Dundar Göc
2021-01-07
Python locals: Add new node with_clause
Stephan Seitz
2020-11-30
Update Python queries
Stephan Seitz
2020-11-23
Python highlights: Fix #688 (definition.associated -> field)
Stephan Seitz
2020-11-03
Fix Python queries for parser update
Stephan Seitz
2020-09-21
Python locals: account for ↵
Stephan Seitz
https://github.com/tree-sitter/tree-sitter-python/pull/83
2020-09-17
Remove @definition.doc captures
Santos 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-16
Python: update locals
Santos Gallegos
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-07-09
Python locals: with_statement can define variables
Stephan Seitz
2020-07-08
Introduce @definition.import for Python/Javascript
Stephan Seitz
2020-07-08
Python locals/highlights: Parameters can be optionally typed
Stephan Seitz
2020-06-24
Adapt Python highlights to new query syntax
Stephan Seitz
2020-06-02
Update python locals: `list_splat` and `dictionary_splat` define variables ↵
Stephan Seitz
as parameters
2020-05-17
Add python/highlights.scm from tree-sitter-python
Stephan Seitz
2020-05-16
Add python locals.scm
Stephan Seitz