WARNING: This version have some modifications made by 2create.
HTML Formating Standard Formating html code using the 2create Standard - every html tag should be on separate line. More info about Formatting Standard here http://coding-standards.2c-studio.com/xhtml/general/formatting-html/
Snippets Great collection of some must-have snippets.
- Install via Package Control
- Package Control: Add Repository
https://github.com/2createStudio/2createEmmet.git - Package Control: Install Package
2createEmmet
- Package Control: Add Repository
- Open
C:/.../Sublime Text 2/Packages/User/Emmet.sublime-settings - Add or Change the extension path
"extensions_path": "C:/.../Sublime Text 2/Packages/2createEmmet/extensions" - Restart Sublime
Tip: Syncing your fork only updates your local copy of the repository; it does not update your repository on GitHub.
$ git clone https://github.com/2createStudio/2createEmmet.git$ git remote add https://github.com/sergeche/emmet-sublime$ git pull upstream master$ git push origin master