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

Bemmet

by tadatuta ALL

Sublime Text plugin for bemmet

Details

Installs

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