aboutsummaryrefslogtreecommitdiffstats
path: root/zencoding-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Renamed zencoding -> emmet.smihica2013-06-231-3607/+0
* Fixed trivial bugs.smihica2013-05-181-7/+7
* Some trivial improvements.smihica2013-05-181-23/+82
* Supported HTML shippets.smihica2013-05-161-74/+162
* Removed unnecessary code.smihica2013-05-161-57/+1
* Fixed a bug that CSS snipets @xxx is not working.smihica2013-05-151-14/+18
* Supporting HTML-Snippents phase1: Cleaned config-file and Supported html defa...smihica2013-05-151-234/+713
* Added css vendor-prefix support. (http://docs.emmet.io/css-abbreviations/vend...smihica2013-05-041-49/+1062
* Added #\Space division of css arguments.smihica2013-05-031-8/+13
* Supported a missing pattern like 'prop:${default}'.smihica2013-04-061-1/+1
* Added css !important syntax support. (http://docs.emmet.io/css-abbreviations/...smihica2013-04-051-14/+32
* Fixed a bug that trailing '+' pattern (e.g. 'bg+') is not working adequately.smihica2013-04-031-1/+1
* Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-241-17/+30
* [fix] some fixes.smihica2013-03-211-1/+1
* [add] Added CSS transform functions.smihica2013-03-211-3/+979
* Created emmet branch.smihica2013-03-121-342/+7
* Fixed a bug that Numbering is not working in case of parent-child multiplicat...smihica2013-03-101-35/+46
* Added Item numbering:$ syntax support. (http://docs.emmet.io/abbreviations/sy...smihica2013-03-101-11/+123
* Added examples of Climb-up syntax to the README.smihica2013-02-151-1/+1
* Added Climb-up:^ syntax support. (http://docs.emmet.io/abbreviations/syntax/#...smihica2013-02-151-7/+57
* Added html5 tags.smihica2013-01-021-3/+29
* Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-)smihica2013-01-021-27/+107
* Satisfy ELPA package format.Leon Zhang2011-12-311-6/+11
* fix "zencoding-preview-post: (wrong-type-argument stringp nil)" error in scra...Max Arnold2011-05-151-1/+1
* 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
* Removed unnecessary commentsRon Panduwana2011-02-101-2/+0
* Merge branch 'master' into tag-expansionRon Panduwana2011-02-101-0/+4
|\
| * Patch by fgallina to fit zencoding in terminalChris Done2011-02-081-0/+2
| * Require clChris Done2011-02-081-0/+2
* | Added tag expansion for table, ul, ol, and dlRon Panduwana2011-02-091-8/+35
|/
* Automatically close child-less self-closing tags (eg. br img input)Ron Panduwana2011-02-081-2/+11
* Added tests for empty-prop and quoted-prop.Ron Panduwana2011-02-081-0/+7
* Added support for quoted property value (eg: a onclick="alert('ok');").Ron Panduwana2011-02-081-8/+11
* Allowed empty propRon Panduwana2011-02-071-5/+13
* Added tests for div-as-default-tagRon Panduwana2011-02-031-0/+5
* div tag name can be omitted when writing element starting from ID or CLASS: #...Ron Panduwana2011-02-031-0/+5
* Added syntatic support for empty (self-closing) tags. Ex: input/#id.class typ...Daniel Fernandes Martins2011-01-301-23/+32
* allow propery names to honor namespacesReed O'Brien2010-02-141-1/+1
* Removed unnecessary comments at the end of the fileRudolf2010-01-241-83/+0
* Added line for including the zencoding-trie data structureRudolf2010-01-241-0/+3
* some fixes by lennart borgmanChris Done2009-11-201-26/+48
* live expansion and more tidyingChris Done2009-11-201-119/+383
* Add experimental yasnippet integration---2009-11-111-1/+31
* Move expression finding out of zencoding-expand-line---2009-11-111-12/+16