summaryrefslogtreecommitdiff
path: root/tests/query/highlights/python
AgeCommit message (Collapse)Author
2022-05-13Python: highlight future import (#2936)Santos Gallegos
* Python: highlight future import * Use constant.builtin
2022-05-01Python: highlight raise from statementSantos Gallegos
2022-04-01highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz
Fixes #2712
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140