emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
488 stars 188 forks source link

Vbscript #79

Open ghost opened 9 years ago

ghost commented 9 years ago

I don't seem to be able to get this to work for vbscript (editing someone's v. Large classic asp project at the moment).

Any ideas? Seems to work fine in sublime text

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10282379-vbscript?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github).
sergeche commented 9 years ago

Please provide an example of what you are trying to do

ghost commented 9 years ago

When I'm editing a .asp file (with vbscript selected as the language type in the bottom right hand corner), type div.class and press tab, it doesn't expand. It just indents

If I switch the language type to html or php, div.class will expand

sergeche commented 9 years ago

Try to use Ctrl-Alt-Enter

ghost commented 9 years ago

aha! that works. thank you! Is there a way to override it with keymaps like you can in Atom?

sergeche commented 9 years ago

No, right now it’s pretty hard to do so in Brackets

ghost commented 9 years ago

No worries. I really appreciate your help. Thank you