aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
|
* 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
|