aboutsummaryrefslogtreecommitdiffstats
path: root/src/html-abbrev.el
Commit message (Collapse)AuthorAgeFilesLines
* Changes to come closer to Emmet support, to allow for better consistency of ↵Dave Mayo2014-08-101-3/+9
| | | | | | | | | | behavior. Major changes include: * Parser is changed to use Emmet's bracket syntax for properties * now uses point as the right bound of the expression * searches for left bound from right bound. This is poorly executed as of now
* Make the same logic for hiccup tagsflyingleafe2014-08-051-3/+4
|
* Fixing improper behavior of block tagsflyingleafe2014-08-051-3/+4
|
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-101-2/+3
| | | | Removes the emmet-prettify function
* Added Lorem Ipsum codessmihica2014-06-111-2/+30
|
* Fixed self-closing tag's behavior on emmet-expand-yas.smihica2014-05-291-2/+7
|
* Renamed zencoding -> emmet.smihica2013-06-231-208/+208
|
* Some trivial improvements.smihica2013-05-181-1/+1
|
* Supported HTML shippets.smihica2013-05-161-70/+159
|
* Removed unnecessary code.smihica2013-05-161-57/+1
|
* Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵smihica2013-05-151-39/+67
| | | | default attributes.
* Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-241-1/+6
|
* [add] Added CSS transform functions.smihica2013-03-211-0/+594