aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve Python highlightsStephan Seitz2020-05-281-0/+33
| | | | | | | | | | - Highlight types in attributes as @type (**Foo**.a) - Highlight superclasses @type - Highlight ^[A-Z] as @type - Highlight isinstance(*, type) as @type - Highlight default_parameter and keyword_argument as @parameter - Highlight *args, **kwargs as @parameter - Highlight -> as @operator
* Introduce `@include`Stephan Seitz2020-05-171-3/+3
|
* Add python/highlights.scm from tree-sitter-pythonStephan Seitz2020-05-172-0/+182
|
* Add python locals.scmStephan Seitz2020-05-161-0/+65