aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Whipped something up to get it started in elisp. My elisp is awful but it ↵Chris Done2009-11-071-0/+144
| | | | does the job… Hard part’s over.
* first commitChris Done2009-11-071-0/+0