deathaxe
deathaxe
Another blocker and argument for some gatekeeping is the python-markdown package. The current version 3.2.2 is the latest version, compatible with ST's embedded python environment. Any more recent version (e.g....
If it exists as separate package there's no requirement to duplicate its functionality here.
This pull request introduces changes to files which are no longer part of latest `master` branch.
This repo targets Sublime Text, but not VS Code.
Syntax definitions provide scopes names to identify tokens. It is common practice to scope JSON/YAML keys `meta.mapping.key string` for quite some time. Scope names may change as syntax definitions evolve,...
FWIW, click-through behavior was intentionally changed in ST 4184 to satisfy a request issued by #6488. A `"click_through"` setting is supported as of ST4201 to enable end users to adjust...
Sure, but that's not portable. The point is, ST & SM already find each other, if located in same directory. Means, you can start SM from ST and vice versa...
FWIW, `KeyboardFlags` could be out-sourced to a keyboards.py or something alike, if it feels too misplaced in screens.py.
Well, I've rarely seen general `*args` and `*kwargs` being typed anywhere as they can contain arbritary number of arguments of any type. In this special case `list[int]` might work as...
That's ST4 syntax. This error is therefore printed when using an incompatible version of AYU with ST3.