Emmet 2 plugin, which is pure Python implementation of Emmet code base.
Deprecation notice: this project is no longer maintained and itβs not required for Emmet anymore. Check out upcomingArchive of pre-compiled PyV8 binaries, used by Emmet for Sublime Text plugin.
Manual installation
If you experience issues with automatic PyV8 download of Emmet for Sublime Text plugin, you can manually install it:
- Download PyV8 binary for your OS version (see notes below).
- For Sublime Text 2 Unpack contents of downloaded archive into
PyV8/%filename%
folder inside Sublime Text Packages (findBrowse Packages...
menu item in ST2 editor to get into Packages folder), where%filename%
is the name of downloaded file (e.g. it will bepyv8-win64-p3
if you downloadpyv8-win64-p3.zip
file). - For Sublime Text 3 Unpack contents of downloaded archive into
PyV8/%filename%
folder inside Sublime Text Installed Packages (findBrowse Packages...
menu item under preferences in ST3 editor to get into Packages folder, go up one level and go into Installed Packages), where%filename%
is the name of downloaded file (e.g. it will bepyv8-win64-p3
if you downloadpyv8-win64-p3.zip
file). - Restart ST editor.
Download
For Sublime Text 2 (Python 2.6):
For Sublime Text 3 (Python 3.3):