You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/python
Paul Scott abef250c58 Python highlight improvements: type, parameter etc
* str, list, etc. handled as @function.builtin and @type.builtin
* None and non-conforming type indentifiers as @type in type hints
* class identifiers treated as @type
* @constructor used for constructor definitions and calls rather than
  as a catch-all for type-like things
* Parameters highlighted
* self and cls as @variable.builtin
* improved decorator highlighting as part of @function

Re-ordering of some statements to give more accurate priority.
2 years ago
..
highlights.scm Python highlight improvements: type, parameter etc 2 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm Add tree-sitter-comment (#1300) 3 years ago
tags.scm Add tree-sitter queries. 3 years ago
textobjects.scm Add comment textobject for surround selection and navigation (#1605) 2 years ago