helix/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.
2022-05-20 10:28:52 +09:00
..
highlights.scm Python highlight improvements: type, parameter etc 2022-05-20 10:28:52 +09:00
indents.scm Indentation rework (#1562) 2022-03-31 00:08:07 +09:00
injections.scm Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
tags.scm Add tree-sitter queries. 2021-04-09 18:57:46 +09:00
textobjects.scm Add comment textobject for surround selection and navigation (#1605) 2022-03-06 10:54:24 +05:30