deathaxe
deathaxe
This commit fixes an issue with `lazygit` not being rendered. It sends OSC block terminator sequence `0x1b\\` char by char (`0x1b`, `\\`) which was therefore not detected as such, before....
HTML exports relies on `cgi.excape()` to escape html content. As `cgi` module is no longer part of python 3.13, it needs to be replaced to maintain compatibility with future ST...
### What happened? A single opening `[` may appear unescaped in charsets and thus should not be scoped `punctuation.definition.set`. ```regex [[] ``` It becomes punctuation not before valid nestedcharset is...
It is planned to upgrade ST's plugin ecosystem to python 3.13. Support for python 3.3 is being sunset. It can already be disabled via settings and will be removed next...
Fixes #60 This commit applies embedded syntaxes' main scopes to ensure all syntax specific behaviors such as comment toggling or completions apply.
This PR prepares package_control_channel for Package Control 4.0 by... 1. upgrading scheme version of channel and repositories to 4.0.0 2. opt-in compatible libraries to python 3.8 3. drop all ST2-only...
Fixes https://github.com/packagecontrol/channel/issues/68 This commit adds a mapping for "pymdownx" dependency name to its official pypi package "pymdown_extensions".
Fixes #1711
Fixes #1716 This commit fixes an issue which caust `1.0.post1` not to be treated final.
Python 3.13 plugin_host of ST4201+ does no longer support `ZipLoader` in favor of PEP451 compliant approach. This commit therefore refactors public `package_control` module to use only built-in import mechanisms, if...