aboutsummaryrefslogtreecommitdiffstats
path: root/src/html-abbrev.el
Commit message (Collapse)AuthorAgeFilesLines
* improve syntaxJesús2020-01-101-172/+172
|
* Support boolean attributesJesús2020-01-101-17/+25
| | | | | | For example, script[src defer.] expands to <script src="" defer></script>. This notation is not documented in the cheet sheet, but you can use it in the playground. We should support boolean attributes for the other filters as well, say, haml.
* Add self-closing tags style customizationDesmond O. Chang2016-05-021-1/+2
| | | | | People use different styles in different projects. Allow user to customize it.
* Added JSX's test and document.smihica2015-10-061-3/+1
|
* Add jsx support for classNameDiego Berrocal2015-10-051-1/+7
|
* Fixed bug #65smihica2015-09-251-10/+10
|
* Refs #61 - Escape using backslash inside { text }Dave Mayo2015-04-101-4/+7
| | | | | | | | | | This fixes half the problem specified in #61. The doc change is technically inaccurate - opening brackets don't actually NEED to be escaped - p{{\}} works as well as p{\{\}}. But they CAN be escaped, so I used the most regular version. The part that is NOT fixed is that a | character, escaped or not, will prevent the expression from being parsed AT ALL.
* Avoid warning messagessmihica2014-10-261-28/+31
|
* 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