Bemmet
Sublime Text plugin for bemmet
Details
Installs
- Total 59K
- Win 51K
- Mac 6K
- Linux 2K
Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 6 | 4 | 0 | 2 | 5 | 5 | 4 | 3 | 8 | 8 | 1 | 9 | 0 | 1 | 1 | 15 | 2 | 4 | 11 | 4 | 5 | 0 | 3 | 1 | 3 | 5 | 1 | 3 | 0 | 3 | 7 | 2 | 1 | 4 | 2 | 3 | 2 | 1 | 2 | 1 | 5 | 3 | 0 | 2 | 5 | 4 |
Mac | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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