helix-mirror/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries Python highlight improvements: type, parameter etc 2022-05-20 10:28:52 +09:00
themes dark_plus theme constructor should be green. 2022-05-20 10:28:52 +09:00
tutor.txt Extend tutor file (#2133) 2022-04-29 09:52:11 +08:00