aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed URL.smihica2014-02-192-2/+2
|
* Apply changes into the source files and remake.smihica2014-02-194-220/+238
|
* 9c9smihica2014-02-191-1/+1
|
* Merge pull request #15 from NateEag/add-css-related-varsShin Aoyama2014-02-191-217/+235
|\ | | | | | | Make CSS support more robust and flexible. Thank you @NateEag !!
| * CSS mode detection is more robust and flexibleNate Eagleson2014-02-171-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.elNate Eagleson2014-02-171-214/+214
|/
* Misssmihica2013-09-161-3/+3
|
* Updated version code.smihica2013-09-162-3/+3
|
* Fixed a bug that cursor position is not working when whitespace is on the ↵smihica2013-09-162-8/+10
| | | | top of the snippet.
* Removed trash.smihica2013-09-121-0/+0
|
* Fixed a bug that a cl-function every is not working when the cl-package has ↵smihica2013-09-123-6/+6
| | | | not loaded yet.
* Fixed a bug that the cursor doesn't move after expanding without preview.smihica2013-09-105-10/+20
|
* Some update of readmesmihica2013-08-171-12/+25
|
* Updated version 1.0.2smihica2013-08-164-5/+5
|
* Added settings that the cursor to be positioned between first empty quotes. ↵smihica2013-08-163-5/+45
| | | | issue #9.
* Updated version.smihica2013-08-063-4/+4
|
* Resolved issue #4 "div is not a block tag by default".smihica2013-08-064-22/+12
|
* Resolved issue #4 "cursor position after expanding".smihica2013-08-062-4/+69
|
* Merge pull request #6 from ironsand/scss-hookShin Aoyama2013-07-251-1/+2
|\ | | | | hook scss-mode and sass-mode
| * hook scss-mode and sass-modeironsand2013-07-261-1/+2
|/
* Updated version code.smihica2013-06-234-7/+7
|
* Updated LICENSE more.smihica2013-06-233-5/+6
|
* Added myname to LICENSE.smihica2013-06-231-1/+26
|
* Renamed zencoding -> emmet.smihica2013-06-2313-995/+996
|
* Merge branch 'emmet'smihica2013-05-1817-802/+8409
|\
| * Updated README.smihica2013-05-181-137/+247
| |
| * Fixed trivial bugs.smihica2013-05-184-20/+20
| |
| * Some trivial improvements.smihica2013-05-189-102/+254
| |
| * Supported HTML shippets.smihica2013-05-164-152/+327
| |
| * Removed unnecessary code.smihica2013-05-162-114/+2
| |
| * Fixed a bug that CSS snipets @xxx is not working.smihica2013-05-153-28/+41
| |
| * Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵smihica2013-05-159-821/+1776
| | | | | | | | default attributes.
| * Added css vendor-prefix support. ↵smihica2013-05-049-967/+3251
| | | | | | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/)
| * Added #\Space division of css arguments.smihica2013-05-033-20/+44
| |
| * import 5b11f524d501ecb5723d29ef180a99aa85933b0bsmihica2013-04-171-1/+1
| |
| * Supported a missing pattern like 'prop:${default}'.smihica2013-04-063-3/+4
| |
| * Added css !important syntax support. ↵smihica2013-04-053-36/+75
| | | | | | | | (http://docs.emmet.io/css-abbreviations/#important-modifier).
| * Fixed a bug that trailing '+' pattern (e.g. 'bg+') is not working adequately.smihica2013-04-032-2/+2
| |
| * Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-245-36/+62
| |
| * [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.