Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed URL. | smihica | 2014-02-19 | 2 | -2/+2 | |
| | ||||||
* | Apply changes into the source files and remake. | smihica | 2014-02-19 | 4 | -220/+238 | |
| | ||||||
* | 9c9 | smihica | 2014-02-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #15 from NateEag/add-css-related-vars | Shin Aoyama | 2014-02-19 | 1 | -217/+235 | |
|\ | | | | | | | Make CSS support more robust and flexible. Thank you @NateEag !! | |||||
| * | CSS mode detection is more robust and flexible | Nate Eagleson | 2014-02-17 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | By introducing a few new variables, we make it easier for users to control whether emmet-mode will generate HTML or CSS from its abbreviations. The new variables are particularly helpful for using emmet-mode in [web-mode](https://github.com/fxbois/web-mode), where both CSS and HTML may be present in the same buffer, so major-mode detection is not a reliable means of deciding whether to generate CSS or HTML. | |||||
| * | Remove trailing whitespace from emmet-mode.el | Nate Eagleson | 2014-02-17 | 1 | -214/+214 | |
|/ | ||||||
* | Miss | smihica | 2013-09-16 | 1 | -3/+3 | |
| | ||||||
* | Updated version code. | smihica | 2013-09-16 | 2 | -3/+3 | |
| | ||||||
* | Fixed a bug that cursor position is not working when whitespace is on the ↵ | smihica | 2013-09-16 | 2 | -8/+10 | |
| | | | | top of the snippet. | |||||
* | Removed trash. | smihica | 2013-09-12 | 1 | -0/+0 | |
| | ||||||
* | Fixed a bug that a cl-function every is not working when the cl-package has ↵ | smihica | 2013-09-12 | 3 | -6/+6 | |
| | | | | not loaded yet. | |||||
* | Fixed a bug that the cursor doesn't move after expanding without preview. | smihica | 2013-09-10 | 5 | -10/+20 | |
| | ||||||
* | Some update of readme | smihica | 2013-08-17 | 1 | -12/+25 | |
| | ||||||
* | Updated version 1.0.2 | smihica | 2013-08-16 | 4 | -5/+5 | |
| | ||||||
* | Added settings that the cursor to be positioned between first empty quotes. ↵ | smihica | 2013-08-16 | 3 | -5/+45 | |
| | | | | issue #9. | |||||
* | Updated version. | smihica | 2013-08-06 | 3 | -4/+4 | |
| | ||||||
* | Resolved issue #4 "div is not a block tag by default". | smihica | 2013-08-06 | 4 | -22/+12 | |
| | ||||||
* | Resolved issue #4 "cursor position after expanding". | smihica | 2013-08-06 | 2 | -4/+69 | |
| | ||||||
* | Merge pull request #6 from ironsand/scss-hook | Shin Aoyama | 2013-07-25 | 1 | -1/+2 | |
|\ | | | | | hook scss-mode and sass-mode | |||||
| * | 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. |