deathaxe
deathaxe
`$storage_path` points to a directory used by LSP to install language servers to. Linux: `~/.config/sublime-text/Package Storage` Windows: `%APPDATA%\Sublime Text\Package Storage` You can find it by 1. calling _Main Menu >...
This issue is fixed in Slim 2.0. Slim 2.0 for ST4 has been released at Package Control, with source moved to https://github.com/SublimeText/Slim. Ruby syntax itself may require some tweaks, but...
The referenced Slim 2.0 syntax is a Sublime Text specific syntax definition which does not work with linguist or TextMate.
According to README this repo primarily targets TextMate and Sublime Text, regardless anyone else such as linguist using it. According to the age of last commit and the rather low...
Package Control 3 runs on python 3.3 plugin host. Hence I doubt it being involved in crashing python 3.8 plugin_host.
Upgrading an application or migrating packages/plugins always involves downloading artefacts (binaries, zip archives, ...), extracting them and place them to desired location. If heuristics of antivirus programs decides to block...
This issue is fixed in Slim 2.0. Slim 2.0 for ST4 has been released at Package Control, with source moved to https://github.com/SublimeText/Slim.
The scopes used for various tokens are equal to those which HTML uses for same semantically constructs. As `.row.grow.scroll` expands to `
With former Slim the first class name was not scoped and the following ones received `entity.other.attribute-name` which is semantically wrong, IMHO. Those are rather attribute values.   > The...
Attribute shortcuts are scoped `meta.attribute-shortcut entity.name.attribute` as of [Slim 2.0.1](https://github.com/SublimeText/Slim/releases/tag/2.0.1). So they can be highlighted with a unique color. The first one in a line won't however receive a dedicated...