aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix non-security EnvironmentJesús2020-01-101-2/+2
|
* minor fixJesús2020-01-101-2/+2
|
* Fix CSS-transform test failsJesús2020-01-102-21/+21
|
* improve syntaxJesús2020-01-105-370/+370
|
* Support boolean attributesJesús2020-01-105-18/+41
| | | | | | 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.
* fix licenseJesús2020-01-101-54/+652
|
* Remove external repos recomendationJesús2020-01-101-4/+0
|
* security URL'sJesús2020-01-101-6/+6
|
* Remove autogenerated filesJesús2020-01-106-6515/+9
|
* Merge pull request #102 from Kungsgeten/masterShin Aoyama2018-06-131-11/+20
|\ | | | | Changes to emmet-default-filter
| * Merge branch 'master' of https://github.com/kungsgeten/emmet-modeKungsgeten2018-05-105-89/+382
| |\ | |/ |/|
* | Merge pull request #101 from ybiquitous/update-to-latest-css-snippetsShin Aoyama2018-05-053-68/+288
|\ \ | | | | | | Update to latest CSS snippets from 'github.com/emmetio/emmet'
| * | Compile for updated CSS snippetsMasafumi Koba2018-05-042-34/+192
| | | | | | | | | | | | | | | | | | ``` $ make clean; make; ```
| * | Update to latest CSS snippets from 'github.com/emmetio/emmet'Masafumi Koba2018-05-041-34/+96
| | | | | | | | | | | | Copy from <https://github.com/emmetio/emmet/blob/master/lib/snippets.json>.
* | | Update to make it clear where to make changesWilliam David Mayo ("Dave")2018-05-041-0/+11
|/ / | | | | Probably going to update README more thoroughly as I have time, but this needs to be there I think.
* | f is not a real thing in elispDave Mayo2018-05-032-2/+2
| |
* | Moved changes into src, and created config value for postwrap behaviorDave Mayo2018-05-032-28/+81
| |
* | Merge pull request #95 from vsedach/masterShin Aoyama2018-05-041-15/+24
|\ \ | | | | | | Two minor fixes for emmet-wrap-with-markup
| * | Change emmet-wrap-with-markup to leave point at end of added markupVladimir Sedach2018-03-291-11/+21
| | | | | | | | | | | | This makes emmet-wrap-with-markup more useful for keyboard macros
| * | Rebind emmet-wrap-with-markup under ‘C-c C-c w’Vladimir Sedach2018-03-291-4/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | elisp manual 22.2.1 Major Mode Conventions: “The key sequences bound in a major mode keymap should usually start with ‘C-c’, followed by a control character, a digit, or ‘{’, ‘}’, ‘<’, ‘>’, ‘:’ or ‘;’. The other punctuation characters are reserved for minor modes, and ordinary letters are reserved for users.” ‘C-c C-c’ is already a prefix map for sgml-mode, the ‘w’ fits nicely there without a conflict.
| * Changes to emmet-default-filterKungsgeten2018-05-101-11/+20
|/ | | | | | | Added variables emmet-fallback-filter and emmet-file-filter. These can be used to configure the behaviour of emmet-default-filter. Also added "hic" as the default filter for .cljs-files.
* Merge pull request #84 from Fuco1/feature/online-previewShin Aoyama2016-11-141-1/+29
|\ | | | | Add emmet-preview-mode
| * Add emmet-preview-modeMatus Goljer2016-11-121-1/+29
|/
* Merge pull request #82 from pobocks/issue_81William David Mayo ("Dave")2016-09-063-34/+69
|\ | | | | | | | | Added multi-line * wrap functionality as per #81 With a multi-line region, expanding something like `div>ul>li*` will wrap each line in the terminating *'d expression.
| * Fix regression in regular multiplier handlingDave Mayo2016-09-063-6/+13
| | | | | | | | | | | | Previous commit borked regular multplied markup, this one doesn't. Also, tests were there!
| * Implement token-replacement in new wrap * functionDave Mayo2016-09-062-32/+46
| | | | | | | | | | | | | | | | | | It itched at me, so I cleaned it up and rewrote to make it do the token replacement. Would be more performant to do the sha1 once, but realistically, it's not going to be meaningfully slow for the use-case. This is essentially complete, but needs tests - I'll add them as soon as I can get testing working on my computer.
| * Added multi-line * wrap functionality as per #81Dave Mayo2016-09-062-16/+30
|/ | | | | | | | | | | | | | | | This is a proof-of-concept - it needs to do the token-replacement jazz the original version did, because right now this will fail if the content of the txt/lines includes unmatched braces in various configurations. I think the overall plan is sound: split expression into leading and terminal components, render the text as a list (either a one-element list of all text or a multiline list, depending on trailing *), and create a terminal phrase consisting of "terminal-element{TOKEN}" joined on "+" To do: render list into a-list of '((hash-of-txt . txt), ...), mapconcat the hash replacement instead of the text, then run replace over result. Write tests. Also, tests appear to be broken on master, at least on my machine.
* Update README.md to remove unmet escape.Shin Aoyama2016-05-021-2/+2
|
* Updated README.mdsmihica2016-05-021-0/+7
|
* Merge pull request #75 from dochang/custom-self-closing-tagsShin Aoyama2016-05-024-2/+71
|\ | | | | Add self-closing tags style customization
| * Add self-closing tags style customizationDesmond O. Chang2016-05-024-2/+71
|/ | | | | People use different styles in different projects. Allow user to customize it.
* Fixed end comment position.smihica2015-12-142-1/+2
|
* Merge pull request #70 from Seeq/masterShin Aoyama2015-12-141-1/+2
|\ | | | | fixes #69
| * move 'emmet-mode.el ends here' to the bottom of fileCody2015-12-131-1/+2
|/
* Added JSX's test and document.smihica2015-10-064-4/+31
|
* Merge pull request #67 from CestDiego/masterShin Aoyama2015-10-061-1/+7
|\ | | | | Add jsx support for className
| * Add jsx support for classNameDiego Berrocal2015-10-051-1/+7
|/
* Fixed bug #65smihica2015-09-253-20/+27
|
* Merge pull request #62 from smihica/issue_61William David Mayo ("Dave")2015-04-105-12/+26
|\ | | | | Refs #61 - Escape using backslash inside { text }
| * Refs #61 - Escape using backslash inside { text }Dave Mayo2015-04-105-12/+26
|/ | | | | | | | | | 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.
* Added support statement indicating that we support 23+Dave Mayo2015-01-221-1/+5
|
* Usual order of multiple modifier keys in emacs doc is C-M. Pedantic!Dave Mayo2015-01-181-2/+2
|
* Merge pull request #57 from weih/masterWilliam David Mayo ("Dave")2015-01-181-2/+2
|\ | | | | typo in README.md - still needs some attention, which I'm about to give it
| * typo in README.mdHao Wei2015-01-181-2/+2
|/
* Attempt at resolving #56Dave Mayo2014-12-222-2/+2
| | | | skip-chars-forward does not take a regexp, it takes a pseudo-char-class string.
* Fixes #52 - changes default setting for preview to nilDave Mayo2014-11-262-2/+2
|
* Merge pull request #55 from pobocks/issue_54William David Mayo ("Dave")2014-11-263-12/+36
|\ | | | | Fixes #54 - Uses looking-back to check if there is a tag immediately pre...
| * Fixes #54 - Uses looking-back to check if there is a tag immediately ↵Dave Mayo2014-11-263-12/+36
|/ | | | preceding in cases where ">" is before-char
* Merge pull request #53 from ajschumacher/patch-1William David Mayo ("Dave")2014-11-251-1/+1
|\ | | | | typo: "expandin" -> "expanding"
| * typo: "expandin" -> "expanding"Aaron Schumacher2014-11-251-1/+1
|/