aziz / SublimeANSI

ANSI escape codes color highlighting for SublimeText 3
225 stars 40 forks source link

How to install as plugin dependency? #56

Open luwes opened 6 years ago

luwes commented 6 years ago

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.

{
  "*": {
    "*": [
      "ANSIescape"
    ]
  }
}