Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URLHEADmaster | Jesús | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | update version | Jesús | 2020-01-11 | 2 | -2/+2 |
| | |||||
* | update Makefile | Jesús | 2020-01-11 | 1 | -0/+1 |
| | |||||
* | add .gitlab-ci | Jesús | 2020-01-11 | 1 | -0/+15 |
| | |||||
* | fix non-security Environment | Jesús | 2020-01-11 | 2 | -3/+4 |
| | |||||
* | minor fix | Jesús | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | generate dist to Makefile | Jesús | 2020-01-11 | 3 | -2/+16 |
| | |||||
* | update list AUTHORS | Jesús | 2020-01-11 | 1 | -1/+26 |
| | |||||
* | improve AUTHORS | Jesús | 2020-01-11 | 2 | -12/+18 |
| | |||||
* | cleanup | Jesús | 2020-01-10 | 1 | -10/+3 |
| | |||||
* | add support docs | Jesús | 2020-01-10 | 3 | -5/+19 |
| | |||||
* | fix non-security Environment | Jesús | 2020-01-10 | 1 | -2/+2 |
| | |||||
* | minor fix | Jesús | 2020-01-10 | 1 | -2/+2 |
| | |||||
* | Fix CSS-transform test fails | Jesús | 2020-01-10 | 2 | -21/+21 |
| | |||||
* | improve syntax | Jesús | 2020-01-10 | 5 | -370/+370 |
| | |||||
* | Support boolean attributes | Jesús | 2020-01-10 | 5 | -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 license | Jesús | 2020-01-10 | 1 | -54/+652 |
| | |||||
* | Remove external repos recomendation | Jesús | 2020-01-10 | 1 | -4/+0 |
| | |||||
* | security URL's | Jesús | 2020-01-10 | 1 | -6/+6 |
| | |||||
* | Remove autogenerated files | Jesús | 2020-01-10 | 6 | -6515/+9 |
| | |||||
* | Merge pull request #102 from Kungsgeten/master | Shin Aoyama | 2018-06-13 | 1 | -11/+20 |
|\ | | | | | Changes to emmet-default-filter | ||||
| * | Merge branch 'master' of https://github.com/kungsgeten/emmet-mode | Kungsgeten | 2018-05-10 | 5 | -89/+382 |
| |\ | |/ |/| | |||||
* | | Merge pull request #101 from ybiquitous/update-to-latest-css-snippets | Shin Aoyama | 2018-05-05 | 3 | -68/+288 |
|\ \ | | | | | | | Update to latest CSS snippets from 'github.com/emmetio/emmet' | ||||
| * | | Compile for updated CSS snippets | Masafumi Koba | 2018-05-04 | 2 | -34/+192 |
| | | | | | | | | | | | | | | | | | | ``` $ make clean; make; ``` | ||||
| * | | Update to latest CSS snippets from 'github.com/emmetio/emmet' | Masafumi Koba | 2018-05-04 | 1 | -34/+96 |
| | | | | | | | | | | | | Copy from <https://github.com/emmetio/emmet/blob/master/lib/snippets.json>. | ||||
* | | | Update to make it clear where to make changes | William David Mayo ("Dave") | 2018-05-04 | 1 | -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 elisp | Dave Mayo | 2018-05-03 | 2 | -2/+2 |
| | | |||||
* | | Moved changes into src, and created config value for postwrap behavior | Dave Mayo | 2018-05-03 | 2 | -28/+81 |
| | | |||||
* | | Merge pull request #95 from vsedach/master | Shin Aoyama | 2018-05-04 | 1 | -15/+24 |
|\ \ | | | | | | | Two minor fixes for emmet-wrap-with-markup | ||||
| * | | Change emmet-wrap-with-markup to leave point at end of added markup | Vladimir Sedach | 2018-03-29 | 1 | -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 Sedach | 2018-03-29 | 1 | -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-filter | Kungsgeten | 2018-05-10 | 1 | -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-preview | Shin Aoyama | 2016-11-14 | 1 | -1/+29 |
|\ | | | | | Add emmet-preview-mode | ||||
| * | Add emmet-preview-mode | Matus Goljer | 2016-11-12 | 1 | -1/+29 |
|/ | |||||
* | Merge pull request #82 from pobocks/issue_81 | William David Mayo ("Dave") | 2016-09-06 | 3 | -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 handling | Dave Mayo | 2016-09-06 | 3 | -6/+13 |
| | | | | | | | | | | | | Previous commit borked regular multplied markup, this one doesn't. Also, tests were there! | ||||
| * | Implement token-replacement in new wrap * function | Dave Mayo | 2016-09-06 | 2 | -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 #81 | Dave Mayo | 2016-09-06 | 2 | -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 Aoyama | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Updated README.md | smihica | 2016-05-02 | 1 | -0/+7 |
| | |||||
* | Merge pull request #75 from dochang/custom-self-closing-tags | Shin Aoyama | 2016-05-02 | 4 | -2/+71 |
|\ | | | | | Add self-closing tags style customization | ||||
| * | Add self-closing tags style customization | Desmond O. Chang | 2016-05-02 | 4 | -2/+71 |
|/ | | | | | People use different styles in different projects. Allow user to customize it. | ||||
* | Fixed end comment position. | smihica | 2015-12-14 | 2 | -1/+2 |
| | |||||
* | Merge pull request #70 from Seeq/master | Shin Aoyama | 2015-12-14 | 1 | -1/+2 |
|\ | | | | | fixes #69 | ||||
| * | move 'emmet-mode.el ends here' to the bottom of file | Cody | 2015-12-13 | 1 | -1/+2 |
|/ | |||||
* | Added JSX's test and document. | smihica | 2015-10-06 | 4 | -4/+31 |
| | |||||
* | Merge pull request #67 from CestDiego/master | Shin Aoyama | 2015-10-06 | 1 | -1/+7 |
|\ | | | | | Add jsx support for className | ||||
| * | Add jsx support for className | Diego Berrocal | 2015-10-05 | 1 | -1/+7 |
|/ | |||||
* | Fixed bug #65 | smihica | 2015-09-25 | 3 | -20/+27 |
| | |||||
* | Merge pull request #62 from smihica/issue_61 | William David Mayo ("Dave") | 2015-04-10 | 5 | -12/+26 |
|\ | | | | | Refs #61 - Escape using backslash inside { text } |