aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* 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
| | | | #content>.section is the same as div#content>div.section
* Added syntatic support for empty (self-closing) tags. Ex: input/#id.class ↵Daniel Fernandes Martins2011-01-301-23/+32
| | | | type=text => <input id="id" class="class" type="text"/>
* allow propery names to honor namespacesReed O'Brien2010-02-141-1/+1
|
* Created a generalized traversal function for searching the trie. Removed old ↵Rudolf2010-01-241-13/+26
| | | | retrieval and insertion functions. Split the branch accessor into two functions.
* Simplified the insertion function, added a branch accessor, added a ↵Rudolf2010-01-241-57/+64
| | | | retrieval function, fixed the test code
* Removed unnecessary comments at the end of the fileRudolf2010-01-241-83/+0
|
* Updated README with information about generating code from the Noweb file(s)Rudolf2010-01-241-0/+8
|
* Added line for including the zencoding-trie data structureRudolf2010-01-241-0/+3
|
* Added Makefile and noweb file describing the zencoding-trie data structure.Rudolf2010-01-242-0/+156
|
* 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
| | | | | | | | | | | | variable; used in real-time preview overlays (zencoding-realtime-preview-of-region): new function; interactively start real-time preview for an input region (zencoding-make-overlay-pair): new function; construct a pair of overlays for real-time preview input and output (zencoding-delete-overlay-pair): new function; delete live preview overlays (zencoding-handle-overlay-change): new function; update live preview on change
* made into a simple minor-mode, renamed file, added license, commentaryChris Done2009-11-071-35/+82
|
* added 'input type=text' properties to tags, 45 tests performed OKChris Done2009-11-071-12/+55
|
* updated bug in identifier parsing (forgot to return error)Chris Done2009-11-071-1/+3
|
* updated tagname regexChris Done2009-11-071-3/+3
|
* updated indentation after qualificationChris Done2009-11-071-91/+92
|
* Now with multipliers (li*5>span), a mini test suite and qualified symbol namesChris Done2009-11-071-104/+198
|
* added proper tags with properties - ids, classesChris Done2009-11-071-49/+116
|