It's not really clear to me how this can be added by another plugin as a dependency. Adding a `dependencies.json` like explained here https://packagecontrol.io/docs/dependencies doesn't seem to work. ```json { "*": { "*": [ "ANSIescape" ] } } ```
It's not really clear to me how this can be added by another plugin as a dependency.
Adding a
dependencies.jsonlike explained herehttps://packagecontrol.io/docs/dependencies doesn't seem to work.
{ "*": { "*": [ "ANSIescape" ] } }