aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python
Commit message (Collapse)AuthorAgeFilesLines
* Python: highlight future import (#2936)Santos Gallegos2022-05-131-0/+4
| | | | | * Python: highlight future import * Use constant.builtin
* Python: highlight raise from statementSantos Gallegos2022-05-011-0/+6
|
* highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz2022-04-011-0/+7
| | | | Fixes #2712
* highlights(python): add support for pattern matchingStephan Seitz2022-01-281-0/+50
Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140