aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Forgot to add snippets.jsonDave Mayo2014-08-181-57/+57
|
* Merge pull request #34 from pobocks/snippets_use_new_attr_syntaxWilliam David Mayo ("Dave")2014-08-182-110/+110
|\ | | | | Snippets use new attr syntax
| * Snippets use new attr syntaxDave Mayo2014-08-182-110/+110
|/
* flyingleafe: added my real nameflyingleafe2014-08-112-2/+2
|
* Fix typo in snippetsflyingleafe2014-08-113-9/+9
|
* Add support for Sass: Removing trailing semicolon; ability to defineflyingleafe2014-08-115-77/+138
| | | | Sass-specific snippets
* Semi-colons are actually useful to stop on, due to entities such as "Dave Mayo2014-08-102-2/+2
|
* Better method for dealing with HTML brackets, does not rely on search.Dave Mayo2014-08-102-6/+12
|
* Merge pull request #30 from pobocks/issue_28William David Mayo ("Dave")2014-08-105-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 Mayo2014-08-102-18/+24
| | | | | | | | in all cases I have managed to test.
| * Changes to come closer to Emmet support, to allow for better consistency of ↵Dave Mayo2014-08-105-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 Mayo2014-08-102-6/+6
|/
* Fixed version missmatch.smihica2014-08-113-6/+6
|
* Added new copyrightersmihica2014-08-113-6/+9
|
* Merge branch 'flyingleafe-master'smihica2014-08-113-16/+125
|\
| * Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into ↵smihica2014-08-113-16/+125
|/| | | | | | | flyingleafe-master
| * Fix: prevent command from firing in css filesflyingleafe2014-08-102-4/+4
| |
| * Rebuild: forgot about autoload magic commentflyingleafe2014-08-101-0/+1
| |
| * Documentation for Go to Edit Pointflyingleafe2014-08-101-0/+15
| |
| * Added the Go To Edit Point functionalityflyingleafe2014-08-102-16/+109
| |
* | Fixed a bug that #31 preview always happens if there's an active region.smihica2014-08-092-2/+2
| |
* | FIxed test break because of #29smihica2014-08-081-6/+5
| |
* | Merge pull request #29 from flyingleafe/masterShin Aoyama2014-08-085-22/+24
|\| | | | | Fixing improper block tags expansion
| * Make the same logic for hiccup tagsflyingleafe2014-08-052-6/+8
| |
| * Fixing syntax error while making with python 2flyingleafe2014-08-051-4/+2
| |
| * Fixing improper behavior of block tagsflyingleafe2014-08-054-12/+14
|/
* Updated that to make emacs boot up quickly when test.smihica2014-07-281-1/+1
|
* Merge pull request #27 from pobocks/indent_testsShin Aoyama2014-07-251-3/+26
|\ | | | | Tests for indentation, both via indent-region and via emmet-indentation
| * Tests for indentation, both via indent-region and via emmet-indentationDave Mayo2014-07-241-3/+26
|/
* Merge pull request #26 from pobocks/test_inline_expShin Aoyama2014-07-181-0/+16
|\ | | | | Added first test for inline expansion.
| * Added first test for inline expansion.Dave Mayo2014-07-171-0/+16
|/
* Added new copyrighter. And updated the version.smihica2014-07-143-16/+11
|
* Merge pull request #25 from pobocks/indent_region_supportShin Aoyama2014-07-145-104/+68
|\ | | | | Support for indent-region
| * Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-105-104/+68
|/ | | | Removes the emmet-prettify function
* Merge pull request #24 from pobocks/issue_23Shin Aoyama2014-07-022-2/+22
|\ | | | | Fix #23, until a better way is found.
| * Fix #23, until a better way is found.Dave Mayo2014-06-292-2/+22
|/
* Merge pull request #22 from pobocks/issue_21Shin Aoyama2014-06-272-8/+30
|\ | | | | Proof of concept that #21 is doable.
| * Proof of concept that #21 is doable.Dave Mayo2014-06-262-8/+30
|/
* Fixed issue-11 : Respect indent-tabs-mode.smihica2014-06-143-41/+78
|
* Updated version code 1.0.7 -> 1.0.8.smihica2014-06-113-4/+4
|
* Fixed READMEsmihica2014-06-111-5/+1
|
* Supported Lorem Ipsum.smihica2014-06-111-0/+29
|
* Added Lorem Ipsum codessmihica2014-06-114-10/+106
|
* Added lorem-generator.smihica2014-06-114-1609/+1853
|
* Fixed test break.smihica2014-06-111-3/+3
|
* Fixed new sorted compiled filesmihica2014-06-112-1609/+1609
|
* Fixed that compiled files change every compile because of json2hash.smihica2014-06-111-1/+3
|
* Updated version code.smihica2014-05-293-4/+4
|
* Fixed self-closing tag's behavior on emmet-expand-yas.smihica2014-05-293-1246/+1256
|
* To make tools/json2hash work in both python2.7 and 3.Xsmihica2014-05-291-2/+12
|