kvs / ST2Slate

Slate package for Sublime Text 2
24 stars 3 forks source link

.tmbundle structure #4

Closed adamlazz closed 10 years ago

adamlazz commented 10 years ago

I am seeing a lot of other .tmbundles online with a specific folder structure. (eg https://github.com/mkhl/maude.tmbundle) ST2Slate does not have this folder structure.

I am trying to make an Atom package over this bundle by:

apm init -p ~/.atom/packages/language-slate -c https://github.com/kvs/ST2Slate

but the syntax highlighting is not working. I suspect that the folder structure (mentioned above) is to blame.

What do you think?

kvs commented 10 years ago

That might be, yes - Sublime Text apparently isn't nearly as picky :-)

Try moving files around to match the structure of a "proper" TextMate bundle, and maybe PR your changes if it works with Atom?