Commit Graph

751 Commits

Author SHA1 Message Date
mattn
464291244a Remove debug message 2014-03-11 17:17:29 +09:00
mattn
c087cff8ff Add test for update tag 2014-03-11 17:16:58 +09:00
mattn
6d2c6a1de4 Add test for RGBa syntax 2014-03-11 17:07:22 +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
9b80875e07 bump up version 2014-03-10 11:19:02 +09:00
mattn
52545221f6 Save/restore cursor position for removing $cursor$. related issue #162 2014-03-10 11:13:39 +09:00
mattn
72610878e4 Use dash 2014-03-06 09:09:57 +09:00
mattn
7f0521f094 Use dash 2014-03-06 09:08:50 +09:00
mattn
fb11bd8b28 Add test 2014-02-13 17:21:38 +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
mattn
6cd20746ad Fixes indentation bug. Closes #189 2014-02-12 20:25:03 +09:00
mattn
554e0c02f5 Look Content-Type for ^YA. closes #188 2014-02-05 18:41:20 +09:00
mattn
afb2086306 Merge pull request #181 from josephjaber/patch-1
Fix Vundle installation link in README.md
2013-12-19 15:45:13 -08:00
Joseph Jaber
8989b0a49c Fix Vundle installation link in README.md
Fix markdown in Vundle installation section that caused the link to be formatted incorrectly.
2013-12-19 11:47:16 -05:00
mattn
ddbbe81d09 Update README, related issue #148 2013-12-13 20:25:26 +09:00
mattn
2e365c9573 Fixes #139 2013-12-13 20:22:59 +09:00
mattn
576679e023 Merge pull request #179 from qp123asd/master
Add less support,and fix scss typo.
2013-12-12 15:56:49 -08:00
weirongxu
936d5c6c2f Add less support,and fix scss typo. 2013-12-13 02:29:52 +08:00
mattn
df3e61ba69 Fixes #178 2013-12-06 20:31:43 +09:00
mattn
934feeb55f Add bem filter: http://docs.emmet.io/filters/bem/ 2013-12-06 17:06:14 +09:00
mattn
fee5b34b5f ... 2013-11-29 21:07:53 +09:00
mattn
262777309f Customizable quote char 2013-11-29 20:13:26 +09:00
mattn
d2d6a9f385 Merge pull request #166 from zytron/filetype_detection
Changed emmet#getFileType() to do basetype checking on &ft parts
2013-11-29 01:17:22 -08:00
mattn
8aeb24fa77 Fix name of function 2013-11-28 09:44:15 +09:00
mattn
2ecc25f727 Fixes #173 2013-11-28 09:39:26 +09:00
mattn
47f27f8c3d Fixies #172 2013-11-26 16:22:37 +09:00
mattn
e990cebbae Workaround 2013-11-26 12:49:45 +09:00
mattn
48373cbf0a Ooooos 2013-11-26 12:37:47 +09:00
mattn
d6ab310cc9 Fixes rendering type 2013-11-26 09:58:41 +09:00
mattn
fb096ac4d4 Support boolean attributes, related issue #170 2013-11-25 01:36:12 +09:00
mattn
8c1e42340d Closes popup if displayed 2013-11-22 14:50:56 +09:00
mattn
f3e6cc72a3 version bump up 2013-11-21 15:05:08 +09:00
mattn
5a37a6ef26 Closes popup 2013-11-21 12:46:11 +09:00
Bill Hau
59239b05bb Changed emmet#getFileType() to do basetype checking on &ft parts instead of empty type var 2013-11-15 20:15:41 +09:00
mattn
135fb40b27 Merge pull request #169 from minimul/readme-pathogen-update
Pathogen defacto standard is to use 'git clone'. Moreover, the 'unzip /p...
2013-11-14 15:58:52 -08:00
Christian
55eb236bd8 Revert back to https:// url type as this is Github's recommended type. See http://stackoverflow.com/questions/11041729/why-does-github-recommend-https-over-ssh 2013-11-14 15:31:16 -05:00
Christian
e058f514a5 Pathogen defacto standard is to use 'git clone'. Moreover, the 'unzip /path/to/emmet-vim.zip' command does not work because a parent directory (e.g. emmit-vim) needs to be created within the ~/.vim/bundle dir for vim to pickup the plugin correctly. Lastly, use the SSH url as it is the cloning default standard. 2013-11-13 16:59:58 -05:00
mattn
55c0875505 Merge pull request #167 from mattkatz/patch-1
Adding instructions for using Vundle
2013-11-06 19:22:14 -08:00
mattkatz
d60db48777 Adding instructions for using Vundle
Vundle is like pathogen but just an eeeensy bit better.
2013-11-06 19:17:00 -05:00
mattn
b8569d50f4 map keys for the buffer. related issue #163 2013-11-01 18:06:30 +09:00
Bill Hau
b5ea573744 Changed emmet#getFileType() to do basetype checking on &ft parts instead of empty type var 2013-10-31 13:52:52 +00:00
mattn
313a58d55c Remove all quotes. related issue #155 2013-10-31 08:42:29 +09:00