aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * hook scss-mode and sass-modeironsand2013-07-261-1/+2
|/
* Updated version code.smihica2013-06-234-7/+7
|
* Updated LICENSE more.smihica2013-06-233-5/+6
|
* Added myname to LICENSE.smihica2013-06-231-1/+26
|
* Renamed zencoding -> emmet.smihica2013-06-2313-995/+996
|
* Merge branch 'emmet'smihica2013-05-1817-802/+8409
|\
| * Updated README.smihica2013-05-181-137/+247
| |
| * Fixed trivial bugs.smihica2013-05-184-20/+20
| |
| * Some trivial improvements.smihica2013-05-189-102/+254
| |
| * Supported HTML shippets.smihica2013-05-164-152/+327
| |
| * Removed unnecessary code.smihica2013-05-162-114/+2
| |
| * Fixed a bug that CSS snipets @xxx is not working.smihica2013-05-153-28/+41
| |
| * Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵smihica2013-05-159-821/+1776
| | | | | | | | default attributes.
| * Added css vendor-prefix support. ↵smihica2013-05-049-967/+3251
| | | | | | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/)
| * Added #\Space division of css arguments.smihica2013-05-033-20/+44
| |
| * import 5b11f524d501ecb5723d29ef180a99aa85933b0bsmihica2013-04-171-1/+1
| |
| * Supported a missing pattern like 'prop:${default}'.smihica2013-04-063-3/+4
| |
| * Added css !important syntax support. ↵smihica2013-04-053-36/+75
| | | | | | | | (http://docs.emmet.io/css-abbreviations/#important-modifier).
| * Fixed a bug that trailing '+' pattern (e.g. 'bg+') is not working adequately.smihica2013-04-032-2/+2
| |
| * Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-245-36/+62
| |
| * [fix] some fixes.smihica2013-03-213-2/+52
| |
| * [add] Added CSS transform functions.smihica2013-03-2111-60/+3027
| |
| * Created emmet branch.smihica2013-03-129-516/+1439
|/
* Fixed a bug that Numbering is not working in case of parent-child ↵smihica2013-03-102-35/+56
| | | | multiplication.
* Added Item numbering:$ syntax support. ↵smihica2013-03-102-11/+174
| | | | (http://docs.emmet.io/abbreviations/syntax/#item-numbering-) and added README.
* Added examples of Climb-up syntax to the README.smihica2013-02-152-1/+11
|
* Added Climb-up:^ syntax support. ↵smihica2013-02-151-7/+57
| | | | (http://docs.emmet.io/abbreviations/syntax/#climb-up-)
* Fixed README.smihica2013-01-021-6/+7
|
* Added html5 tags.smihica2013-01-021-3/+29
|
* Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-)smihica2013-01-022-27/+133
|
* Merge pull request #3 from leoncamel/masterRon Panduwana2011-12-301-6/+11
|\ | | | | Satisfy the ELPA package format.
| * Satisfy ELPA package format.Leon Zhang2011-12-311-6/+11
|/
* Merge pull request #2 from krinndnz/masterRon Panduwana2011-11-161-1/+3
|\ | | | | Thanks. Sorry for the late reply.
| * Added the default emacs chord and M-x command for zencode expansion. Though ↵Krinn DNZ2011-10-191-1/+3
|/ | | | we wish otherwise, source is not its own documentation, and the README's silence on how to activate the central function of the mode is a bad Thing.
* Merge pull request #1 from max-arnold/masterRon Panduwana2011-07-291-1/+1
|\ | | | | Fix to make it work in scratch buffer
| * fix "zencoding-preview-post: (wrong-type-argument stringp nil)" error in ↵Max Arnold2011-05-151-1/+1
|/ | | | scratch buffer
* Updated examples in readme.Ron Panduwana2011-02-211-73/+197
|
* Added filter: escape XML-unsafe characters (|e).Ron Panduwana2011-02-211-1/+17
|
* Added Clojure's Hiccup filter (|hic), default for .clj files.Ron Panduwana2011-02-211-7/+50
|
* Added HAML filter (|haml), default for .haml files.Ron Panduwana2011-02-211-105/+217
|
* Added commented-html filter (|c)Ron Panduwana2011-02-191-47/+74
|
* Added support for default filters depending on buffer's filename extension.Ron Panduwana2011-02-181-1/+8
|
* Added filters support.Ron Panduwana2011-02-181-48/+110
|
* Fixed newlines.Ron Panduwana2011-02-131-27/+26
|
* Re-arranged READMEChris Done2011-02-101-7/+7
|
* Fixed link typosChris Done2011-02-101-2/+2
|
* Added info about zencodingChris Done2011-02-101-0/+22
|
* Added YouTube video to READMEChris Done2011-02-101-2/+4
|
* Added screenshotChris Done2011-02-101-0/+4
|
* Updated README to be more helpful.Chris Done2011-02-102-8/+121
|