aboutsummaryrefslogtreecommitdiffstats
path: root/zencoding-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * zendcoding-model.el (zencoding-realtime-preview-keymap): newJan Moringen2009-11-081-13/+93
* made into a simple minor-mode, renamed file, added license, commentaryChris Done2009-11-071-0/+398