Bemmet
Sublime Text plugin for bemmet
Details
Installs
- Total 57K
- Win 49K
- Mac 6K
- Linux 2K
Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 12 | 4 | 4 | 0 | 5 | 2 | 8 | 8 | 5 | 12 | 3 | 1 | 8 | 5 | 11 | 5 | 8 | 3 | 2 | 4 | 11 | 11 | 18 | 8 | 2 | 8 | 4 | 7 | 5 | 13 | 4 | 2 | 4 | 10 | 9 | 9 | 6 | 3 | 3 | 5 | 6 | 8 | 14 | 6 | 7 |
Mac | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
sublime-bemmet
Install
Install bemmet
with Package Control and restart Sublime.
You need to have Node.js installed.
Make sure it's in your $PATH
by running node -v
in your command-line.
On OS X you need to make sure it's in /usr/local/bin
or symlink it there.
Getting started
In a BEMJSON file, open the Command Palette (Cmd+Shift+P) and choose Expand bemmet abbreviation
. You can alternatively create one or more selections before running the command to only expand those parts.
Keyboard shortcut
You can set up a keyboard shortcut to run the command by opening up “Preferences > Key Bindings - User” and adding your shortcut with the bemmet
command.
Example:
[
{ "keys": ["super+b"], "command": "bemmet" }
]
License
MIT © Vladimir Grinenko