ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Bemmet

by tadatuta ALL

Sublime Text plugin for bemmet

Details

Installs

  • Total 60K
  • Win 52K
  • Mac 6K
  • Linux 2K
Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 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
Windows 0 0 4 3 2 3 1 0 0 1 2 2 1 0 0 2 1 5 3 3 4 0 1 1 4 0 3 1 2 4 5 2 2 6 3 4 2 1 4 7 2 6 2 0 4 6
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-bemmet

Sublime plugin to expand bemmet abbreviation into BEMJSON.

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