Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Forgot to add snippets.json | Dave Mayo | 2014-08-18 | 1 | -57/+57 | |
| | ||||||
* | Merge pull request #34 from pobocks/snippets_use_new_attr_syntax | William David Mayo ("Dave") | 2014-08-18 | 2 | -110/+110 | |
|\ | | | | | Snippets use new attr syntax | |||||
| * | Snippets use new attr syntax | Dave Mayo | 2014-08-18 | 2 | -110/+110 | |
|/ | ||||||
* | flyingleafe: added my real name | flyingleafe | 2014-08-11 | 2 | -2/+2 | |
| | ||||||
* | Fix typo in snippets | flyingleafe | 2014-08-11 | 3 | -9/+9 | |
| | ||||||
* | Add support for Sass: Removing trailing semicolon; ability to define | flyingleafe | 2014-08-11 | 5 | -77/+138 | |
| | | | | Sass-specific snippets | |||||
* | Semi-colons are actually useful to stop on, due to entities such as " | Dave Mayo | 2014-08-10 | 2 | -2/+2 | |
| | ||||||
* | Better method for dealing with HTML brackets, does not rely on search. | Dave Mayo | 2014-08-10 | 2 | -6/+12 | |
| | ||||||
* | Merge pull request #30 from pobocks/issue_28 | William David Mayo ("Dave") | 2014-08-10 | 5 | -116/+124 | |
|\ | | | | | Issue 28 - This seems to work better and fail on less cases than the current code, anyway. I've seen some pausing when expanding hiccup inside Clojure code, but the existing code fails entirely in the same spot, so it's an improvement. | |||||
| * | Uses backward-char and less selective stop-words. Seems to basically work ↵ | Dave Mayo | 2014-08-10 | 2 | -18/+24 | |
| | | | | | | | | in all cases I have managed to test. | |||||
| * | Changes to come closer to Emmet support, to allow for better consistency of ↵ | Dave Mayo | 2014-08-10 | 5 | -102/+104 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Replace mark-active with (use-region-p) | Dave Mayo | 2014-08-10 | 2 | -6/+6 | |
|/ | ||||||
* | Fixed version missmatch. | smihica | 2014-08-11 | 3 | -6/+6 | |
| | ||||||
* | Added new copyrighter | smihica | 2014-08-11 | 3 | -6/+9 | |
| | ||||||
* | Merge branch 'flyingleafe-master' | smihica | 2014-08-11 | 3 | -16/+125 | |
|\ | ||||||
| * | Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into ↵ | smihica | 2014-08-11 | 3 | -16/+125 | |
|/| | | | | | | | flyingleafe-master | |||||
| * | Fix: prevent command from firing in css files | flyingleafe | 2014-08-10 | 2 | -4/+4 | |
| | | ||||||
| * | Rebuild: forgot about autoload magic comment | flyingleafe | 2014-08-10 | 1 | -0/+1 | |
| | | ||||||
| * | Documentation for Go to Edit Point | flyingleafe | 2014-08-10 | 1 | -0/+15 | |
| | | ||||||
| * | Added the Go To Edit Point functionality | flyingleafe | 2014-08-10 | 2 | -16/+109 | |
| | | ||||||
* | | Fixed a bug that #31 preview always happens if there's an active region. | smihica | 2014-08-09 | 2 | -2/+2 | |
| | | ||||||
* | | FIxed test break because of #29 | smihica | 2014-08-08 | 1 | -6/+5 | |
| | | ||||||
* | | Merge pull request #29 from flyingleafe/master | Shin Aoyama | 2014-08-08 | 5 | -22/+24 | |
|\| | | | | | Fixing improper block tags expansion | |||||
| * | Make the same logic for hiccup tags | flyingleafe | 2014-08-05 | 2 | -6/+8 | |
| | | ||||||
| * | Fixing syntax error while making with python 2 | flyingleafe | 2014-08-05 | 1 | -4/+2 | |
| | | ||||||
| * | Fixing improper behavior of block tags | flyingleafe | 2014-08-05 | 4 | -12/+14 | |
|/ | ||||||
* | Updated that to make emacs boot up quickly when test. | smihica | 2014-07-28 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #27 from pobocks/indent_tests | Shin Aoyama | 2014-07-25 | 1 | -3/+26 | |
|\ | | | | | Tests for indentation, both via indent-region and via emmet-indentation | |||||
| * | Tests for indentation, both via indent-region and via emmet-indentation | Dave Mayo | 2014-07-24 | 1 | -3/+26 | |
|/ | ||||||
* | Merge pull request #26 from pobocks/test_inline_exp | Shin Aoyama | 2014-07-18 | 1 | -0/+16 | |
|\ | | | | | Added first test for inline expansion. | |||||
| * | Added first test for inline expansion. | Dave Mayo | 2014-07-17 | 1 | -0/+16 | |
|/ | ||||||
* | Added new copyrighter. And updated the version. | smihica | 2014-07-14 | 3 | -16/+11 | |
| | ||||||
* | Merge pull request #25 from pobocks/indent_region_support | Shin Aoyama | 2014-07-14 | 5 | -104/+68 | |
|\ | | | | | Support for indent-region | |||||
| * | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 5 | -104/+68 | |
|/ | | | | Removes the emmet-prettify function | |||||
* | Merge pull request #24 from pobocks/issue_23 | Shin Aoyama | 2014-07-02 | 2 | -2/+22 | |
|\ | | | | | Fix #23, until a better way is found. | |||||
| * | Fix #23, until a better way is found. | Dave Mayo | 2014-06-29 | 2 | -2/+22 | |
|/ | ||||||
* | Merge pull request #22 from pobocks/issue_21 | Shin Aoyama | 2014-06-27 | 2 | -8/+30 | |
|\ | | | | | Proof of concept that #21 is doable. | |||||
| * | Proof of concept that #21 is doable. | Dave Mayo | 2014-06-26 | 2 | -8/+30 | |
|/ | ||||||
* | Fixed issue-11 : Respect indent-tabs-mode. | smihica | 2014-06-14 | 3 | -41/+78 | |
| | ||||||
* | Updated version code 1.0.7 -> 1.0.8. | smihica | 2014-06-11 | 3 | -4/+4 | |
| | ||||||
* | Fixed README | smihica | 2014-06-11 | 1 | -5/+1 | |
| | ||||||
* | Supported Lorem Ipsum. | smihica | 2014-06-11 | 1 | -0/+29 | |
| | ||||||
* | Added Lorem Ipsum codes | smihica | 2014-06-11 | 4 | -10/+106 | |
| | ||||||
* | Added lorem-generator. | smihica | 2014-06-11 | 4 | -1609/+1853 | |
| | ||||||
* | Fixed test break. | smihica | 2014-06-11 | 1 | -3/+3 | |
| | ||||||
* | Fixed new sorted compiled file | smihica | 2014-06-11 | 2 | -1609/+1609 | |
| | ||||||
* | Fixed that compiled files change every compile because of json2hash. | smihica | 2014-06-11 | 1 | -1/+3 | |
| | ||||||
* | Updated version code. | smihica | 2014-05-29 | 3 | -4/+4 | |
| | ||||||
* | Fixed self-closing tag's behavior on emmet-expand-yas. | smihica | 2014-05-29 | 3 | -1246/+1256 | |
| | ||||||
* | To make tools/json2hash work in both python2.7 and 3.X | smihica | 2014-05-29 | 1 | -2/+12 | |
| |