Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | hook scss-mode and sass-mode | ironsand | 2013-07-26 | 1 | -1/+2 | |
|/ | ||||||
* | Updated version code. | smihica | 2013-06-23 | 4 | -7/+7 | |
| | ||||||
* | Updated LICENSE more. | smihica | 2013-06-23 | 3 | -5/+6 | |
| | ||||||
* | Added myname to LICENSE. | smihica | 2013-06-23 | 1 | -1/+26 | |
| | ||||||
* | Renamed zencoding -> emmet. | smihica | 2013-06-23 | 13 | -995/+996 | |
| | ||||||
* | Merge branch 'emmet' | smihica | 2013-05-18 | 17 | -802/+8409 | |
|\ | ||||||
| * | Updated README. | smihica | 2013-05-18 | 1 | -137/+247 | |
| | | ||||||
| * | Fixed trivial bugs. | smihica | 2013-05-18 | 4 | -20/+20 | |
| | | ||||||
| * | Some trivial improvements. | smihica | 2013-05-18 | 9 | -102/+254 | |
| | | ||||||
| * | Supported HTML shippets. | smihica | 2013-05-16 | 4 | -152/+327 | |
| | | ||||||
| * | Removed unnecessary code. | smihica | 2013-05-16 | 2 | -114/+2 | |
| | | ||||||
| * | Fixed a bug that CSS snipets @xxx is not working. | smihica | 2013-05-15 | 3 | -28/+41 | |
| | | ||||||
| * | Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵ | smihica | 2013-05-15 | 9 | -821/+1776 | |
| | | | | | | | | default attributes. | |||||
| * | Added css vendor-prefix support. ↵ | smihica | 2013-05-04 | 9 | -967/+3251 | |
| | | | | | | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/) | |||||
| * | Added #\Space division of css arguments. | smihica | 2013-05-03 | 3 | -20/+44 | |
| | | ||||||
| * | import 5b11f524d501ecb5723d29ef180a99aa85933b0b | smihica | 2013-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | Supported a missing pattern like 'prop:${default}'. | smihica | 2013-04-06 | 3 | -3/+4 | |
| | | ||||||
| * | Added css !important syntax support. ↵ | smihica | 2013-04-05 | 3 | -36/+75 | |
| | | | | | | | | (http://docs.emmet.io/css-abbreviations/#important-modifier). | |||||
| * | Fixed a bug that trailing '+' pattern (e.g. 'bg+') is not working adequately. | smihica | 2013-04-03 | 2 | -2/+2 | |
| | | ||||||
| * | Supported subset of emmet's CSS Abbreviations. You can test it in css-mode. | smihica | 2013-03-24 | 5 | -36/+62 | |
| | | ||||||
| * | [fix] some fixes. | smihica | 2013-03-21 | 3 | -2/+52 | |
| | | ||||||
| * | [add] Added CSS transform functions. | smihica | 2013-03-21 | 11 | -60/+3027 | |
| | | ||||||
| * | Created emmet branch. | smihica | 2013-03-12 | 9 | -516/+1439 | |
|/ | ||||||
* | Fixed a bug that Numbering is not working in case of parent-child ↵ | smihica | 2013-03-10 | 2 | -35/+56 | |
| | | | | multiplication. | |||||
* | Added Item numbering:$ syntax support. ↵ | smihica | 2013-03-10 | 2 | -11/+174 | |
| | | | | (http://docs.emmet.io/abbreviations/syntax/#item-numbering-) and added README. | |||||
* | Added examples of Climb-up syntax to the README. | smihica | 2013-02-15 | 2 | -1/+11 | |
| | ||||||
* | Added Climb-up:^ syntax support. ↵ | smihica | 2013-02-15 | 1 | -7/+57 | |
| | | | | (http://docs.emmet.io/abbreviations/syntax/#climb-up-) | |||||
* | Fixed README. | smihica | 2013-01-02 | 1 | -6/+7 | |
| | ||||||
* | Added html5 tags. | smihica | 2013-01-02 | 1 | -3/+29 | |
| | ||||||
* | Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-) | smihica | 2013-01-02 | 2 | -27/+133 | |
| | ||||||
* | Merge pull request #3 from leoncamel/master | Ron Panduwana | 2011-12-30 | 1 | -6/+11 | |
|\ | | | | | Satisfy the ELPA package format. | |||||
| * | Satisfy ELPA package format. | Leon Zhang | 2011-12-31 | 1 | -6/+11 | |
|/ | ||||||
* | Merge pull request #2 from krinndnz/master | Ron Panduwana | 2011-11-16 | 1 | -1/+3 | |
|\ | | | | | Thanks. Sorry for the late reply. | |||||
| * | Added the default emacs chord and M-x command for zencode expansion. Though ↵ | Krinn DNZ | 2011-10-19 | 1 | -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/master | Ron Panduwana | 2011-07-29 | 1 | -1/+1 | |
|\ | | | | | Fix to make it work in scratch buffer | |||||
| * | fix "zencoding-preview-post: (wrong-type-argument stringp nil)" error in ↵ | Max Arnold | 2011-05-15 | 1 | -1/+1 | |
|/ | | | | scratch buffer | |||||
* | Updated examples in readme. | Ron Panduwana | 2011-02-21 | 1 | -73/+197 | |
| | ||||||
* | Added filter: escape XML-unsafe characters (|e). | Ron Panduwana | 2011-02-21 | 1 | -1/+17 | |
| | ||||||
* | Added Clojure's Hiccup filter (|hic), default for .clj files. | Ron Panduwana | 2011-02-21 | 1 | -7/+50 | |
| | ||||||
* | Added HAML filter (|haml), default for .haml files. | Ron Panduwana | 2011-02-21 | 1 | -105/+217 | |
| | ||||||
* | Added commented-html filter (|c) | Ron Panduwana | 2011-02-19 | 1 | -47/+74 | |
| | ||||||
* | Added support for default filters depending on buffer's filename extension. | Ron Panduwana | 2011-02-18 | 1 | -1/+8 | |
| | ||||||
* | Added filters support. | Ron Panduwana | 2011-02-18 | 1 | -48/+110 | |
| | ||||||
* | Fixed newlines. | Ron Panduwana | 2011-02-13 | 1 | -27/+26 | |
| | ||||||
* | Re-arranged README | Chris Done | 2011-02-10 | 1 | -7/+7 | |
| | ||||||
* | Fixed link typos | Chris Done | 2011-02-10 | 1 | -2/+2 | |
| | ||||||
* | Added info about zencoding | Chris Done | 2011-02-10 | 1 | -0/+22 | |
| | ||||||
* | Added YouTube video to README | Chris Done | 2011-02-10 | 1 | -2/+4 | |
| | ||||||
* | Added screenshot | Chris Done | 2011-02-10 | 1 | -0/+4 | |
| | ||||||
* | Updated README to be more helpful. | Chris Done | 2011-02-10 | 2 | -8/+121 | |
| |