aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python
Commit message (Expand)AuthorAgeFilesLines
* fix(python): regex injection not working for concatenated strings (#8197)Lev Velykoivanenko2025-10-261-0/+19
* fix(python): highlight all types of docstrings (#7788)Jakob Zahn2025-04-031-0/+121
* fix(python): prioritize builtin functionsdcho2025-03-211-0/+3
* fix(python): don't highlight parameter name as builtin (#7732)Salomon Popp2025-03-132-4/+16
* fix(python): highlight function calls correctly (#7728)Salomon Popp2025-03-122-0/+35
* fix(python): don't highlight attribute name as builtin (#7712)Salomon Popp2025-03-111-0/+5
* feat(python): highlight modulesOmar Valdez2024-11-211-1/+1
* feat!: align standard captures with upstreamChristian Clason2024-01-195-20/+20
* chore(tests): consistent capturesChristian Clason2024-01-191-17/+17
* fix(python,starlark): builtin types should come after typesAmaan Qureshi2023-04-251-1/+3
* feat(python,starlark): highlight type conversions as `@function.macro`Amaan Qureshi2023-04-251-0/+1
* fix(python,starlark): update field match patternAmaan Qureshi2023-04-251-0/+10
* Python: highlight future import (#2936)Santos Gallegos2022-05-131-0/+4
* 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
* highlights(python): add support for pattern matchingStephan Seitz2022-01-281-0/+50