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/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.
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries Python highlight improvements: type, parameter etc 2 years ago
themes dark_plus theme constructor should be green. 2 years ago
tutor.txt Extend tutor file (#2133) 2 years ago