Commit Graph

343 Commits

Author SHA1 Message Date
mattn 070800e31d Support 's' filter. Close #231 2014-09-02 18:33:26 +09:00
mattn 55c704bc3a fl should be expanded float:left; in css. close #225 2014-08-08 18:49:35 +09:00
mattn d51cb7141f Merge pull request #223 from sheoak/master
Sass not working properly with sass extension
2014-08-06 15:59:27 +09:00
mattn c0175decd3 Fix attribute parse 2014-08-06 15:57:59 +09:00
mattn bd5f03bb24 Fix #224 2014-08-06 15:42:04 +09:00
sheoak 105bea22b8 Merge branch 'master' of https://github.com/mattn/emmet-vim 2014-08-04 15:07:09 +02:00
sheoak f1a34ccaa3 Fixes issue #211 - sass not working properly because expecting braces instead of tabs 2014-08-04 15:05:40 +02:00
mattn 39d8f88ccd Remove debug code 2014-08-04 12:21:02 +09:00
mattn bd6060ba91 Workaround for sass, fixes #222 2014-08-04 11:46:54 +09:00
mattn 2b94508a46 div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218 2014-07-18 20:29:28 +09:00
mattn 00536daaf6 Merge pull request #217 from conraddecker/master
Changed 'parenthesis' setting to 'attribute_style' setting
2014-07-18 17:27:31 +09:00
mattn 0f45689b81 Set attributes. fix #218 2014-07-18 13:13:54 +09:00
Conrad Decker 437cd92004 Changed 'parenthesis' setting to 'attribute_style' setting to allow for choice between 'hash' and 'html'
Updated output to correctly display html-style attributes or hash-style attributes. 'attribute_style' setting defaults to hash but can be updated by the user to use html style attributes
2014-07-17 09:40:35 -04:00
mattn 761adcc4be Fix typo 2014-07-17 09:35:04 +09:00
mattn ca6296fb7f parenthesis for haml #216 2014-07-17 09:23:28 +09:00
abhishek 949b8c26b7 Added meta viewport tag 2014-06-28 15:36:26 +09:00
mattn ef3f51ba44 Parse as css 2014-06-06 13:50:23 +09:00
mattn da9283aa5c Don't handle @i for @i {} 2014-06-06 13:50:22 +09:00
mattn ef27d24df0 Fix #210 2014-06-06 13:50:21 +09:00
mattn c49d4567dc Fix default attributes 2014-06-06 13:50:20 +09:00
mattn 3ccd466123 Fix #207 2014-05-19 15:13:34 +09:00
mattn fbd353387b Add c# for expanding color: ; 2014-05-07 10:09:37 +09:00
mattn e185c13171 s/7/8/ 2014-05-07 10:05:47 +09:00
mattn e18077e991 Fixed #203 2014-05-01 13:41:40 +09:00
mattn ff1aaf88a9 Fixes behavior of removeTag 2014-04-14 09:38:12 +09:00
mattn 2b6f37f470 Fix balance tag 2014-04-14 09:20:02 +09:00
mattn 74055488de Try more candidates. 2014-04-13 01:12:12 +09:00
mattn 6adab8a234 Use indent getting from configuration, Fix #201 2014-04-03 01:36:28 +09:00
mattn 19961fc270 Fix #199 2014-03-28 22:13:51 +09:00
mattn ed36e194e5 Wrap what you see when leader contains {$#} 2014-03-28 22:00:01 +09:00
Christopher Truett e8169335a5 Edited line 103 of autoload/emmet.vim to fix intelligent expansion. It was trying to call a non-existant command. 2014-03-25 20:03:32 -04:00
mattn 6577e0e687 Guard attributes 2014-03-16 00:05:57 +09:00
mattn 56634e7f80 Fixes #195 2014-03-15 22:47:52 +09:00
mattn ef3b75e877 comment_type 2014-03-14 13:51:27 +09:00
mattn d894c67aa9 remove \<right> 2014-03-11 21:41:17 +09:00
mattn 7268e203b8 upper case 2014-03-11 21:07:53 +09:00
mattn cd23a38f2b <!DOCTYPE> should be contains last \n 2014-03-11 21:07:07 +09:00
mattn 9480824c0f Find snippet recursibly 2014-03-11 17:18:17 +09:00
mattn 464291244a Remove debug message 2014-03-11 17:17:29 +09:00
mattn fef441fa71 New emmet feature: RGBa syntax 2014-03-11 17:01:31 +09:00
mattn cd808a5fe5 New emmet feature: update tag 2014-03-11 16:39:35 +09:00
mattn 52545221f6 Save/restore cursor position for removing $cursor$. related issue #162 2014-03-10 11:13:39 +09:00
mattn 7aa1ff965a script[jquery.js] 2014-02-13 17:20:46 +09:00
mattn 49cb1c2884 Fix default attributes 2014-02-13 17:15:59 +09:00
mattn 19395caea7 Fix default attribute 2014-02-13 17:01:59 +09:00
mattn ba56b91719 unlet Val 2014-02-13 16:48:27 +09:00
mattn dc8b589cd0 Take two arguments for lg(xx,xx) 2014-02-13 16:46:08 +09:00
mattn 2f1e60f4fe Add default attributes(emmet v1.1beta) 2014-02-13 16:32:20 +09:00
mattn 381dd35018 Improve cursor position after expanding for sass 2014-02-12 20:53:22 +09:00
mattn d9481c235b Fix sass indentation 2014-02-12 20:47:26 +09:00