Commit Graph
100 Commits
Author SHA1 Message Date
Yasuhiro Matsumoto 8b8aefd64c more implements for #307 2015-12-14 12:21:17 +09:00
Yasuhiro Matsumoto ea47fca11e fix implicit tag expansion.
Close #307
2015-12-14 00:39:47 +09:00
Yasuhiro Matsumoto e24ea1734e add screenshot 2015-11-24 15:04:19 +09:00
Yasuhiro Matsumoto fb3cac36bb Fixes #306 2015-11-23 23:42:12 +09:00
Yasuhiro Matsumoto 451367a2ce add doc for emmet-update-tag
Close #285
2015-11-10 10:34:50 +09:00
Yasuhiro Matsumoto f752a4250c add doc for emmet-expand-word 2015-11-10 10:25:11 +09:00
Yasuhiro Matsumoto 1672e5664c should behave on only html 2015-11-10 09:43:25 +09:00
Yasuhiro Matsumoto 5819343b88 oops. fixed bug 2015-11-10 09:41:17 +09:00
Yasuhiro Matsumoto 913dfe686d remove debug message 2015-11-10 09:39:13 +09:00
Yasuhiro Matsumoto 603d6e4fcd fix bug 2015-11-10 09:38:27 +09:00
Yasuhiro Matsumoto 136b87a330 expand snippets for filetypes like html.handlebars
Close #298
2015-11-10 09:36:15 +09:00
Yasuhiro Matsumoto 5eb1061a3d redirect expanding.
Close #237
2015-11-10 09:13:48 +09:00
Yasuhiro Matsumoto 4110fb0f7b ignore django template 2015-10-26 09:44:07 +09:00
Yasuhiro Matsumoto 1691ccc7e8 fix default_attributes 2015-10-20 10:49:55 +09:00
Yasuhiro Matsumoto 0bd0a38a29 fix merge configuration 2015-10-20 10:12:03 +09:00
Yasuhiro Matsumoto 13b842d9c4 default_attributes should be array of dictionary 2015-10-20 09:29:34 +09:00
Yasuhiro Matsumoto fceb37243a appending array configuration into map
Close #301
2015-10-20 09:04:11 +09:00
Yasuhiro Matsumoto abdf10e91c allow empty configuration 2015-10-02 19:01:19 +09:00
Yasuhiro Matsumoto 333fede99b fix #296 2015-09-29 14:51:44 +09:00
Yasuhiro Matsumoto 037c7e5720 add test for bem filter 2015-09-25 09:26:43 +09:00
Yasuhiro Matsumoto 5041c20aae don't use getchar(0). unittest.vim stop the test-sequence. 2015-09-25 09:19:16 +09:00
Yasuhiro Matsumoto 77747c762a fix bem filter. close #295 2015-09-25 09:18:47 +09:00
Yasuhiro Matsumoto 4933347202 fix #292 2015-08-31 14:24:14 +09:00
Yasuhiro Matsumoto 1c240c6d6d extendible configuration with '*' 2015-08-20 00:20:53 +09:00
Yasuhiro Matsumoto 2c429485ec fix #290. use getpos('.') instead 2015-08-18 21:57:16 +09:00
Yasuhiro Matsumoto 7a9412d3da fix #289. don't remove ${cursor} in attributes 2015-08-18 10:50:09 +09:00
Yasuhiro Matsumoto 6e1175326e Merge branch 'master' of https://github.com/mattn/emmet-vim 2015-08-17 20:33:14 +09:00
Yasuhiro Matsumoto 8a8f46bc17 should be g: 2015-08-17 20:32:16 +09:00
Yasuhiro Matsumoto 6d572e21e4 fix #287. set nogdefault 2015-08-17 20:22:52 +09:00
mattn cee9e9d6c8 Merge pull request #286 from xnuk/master
Jade: add snippets
2015-08-17 09:34:40 +09:00
mattn 57a5263d1d update vimup file 2015-07-26 21:42:30 +09:00
mattn e82844db78 bump up version 2015-07-26 21:42:01 +09:00
mattn 5dda53c1ec find resource for each of filetype which is separated with dot. fix #265 2015-07-26 21:36:29 +09:00
mattn e2c2f48716 Merge branch 'master' of github.com:mattn/emmet-vim 2015-07-25 10:51:57 +09:00
mattn f36d6f4025 exapnd $# of attribute in block element. close #282 2015-07-25 10:49:40 +09:00
mattn a210cc0c5e Merge pull request #281 from josuecau/fix-jade
Jade: remove extra "/" after empty elements expansion
2015-07-16 09:43:02 +09:00
mattn c523cfd5e2 Merge pull request #280 from Bubujka/master
Added jade support (based on haml.vim)
2015-07-13 12:05:43 +09:00
Yasuhiro Matsumoto 30f8568935 fix #276 2015-06-26 12:48:22 +09:00
Yasuhiro Matsumoto cda7349b65 text content should be repeated with multiplier 2015-06-23 13:57:08 +09:00
mattn 610c2ea673 Merge pull request #267 from syohex/fix-typo
fix typo
2015-05-12 16:12:37 +09:00
Yasuhiro Matsumoto 1c46c5fb77 Add g:emmet_install_only_plug to install only <plug> mappings 2015-03-18 17:28:50 +09:00
Yasuhiro Matsumoto 03bb2b26fe Add some units behavior of css. Close #264 2015-03-18 11:28:39 +09:00
mattn af10f14ae5 Merge pull request #261 from Cade-Forester/patch-1
Improve and extend documentation
2015-03-03 08:52:57 +09:00
mattn 25d321c66f Support Vim 7.2 2015-02-27 01:39:55 +09:00
mattn fd0c0db219 Merge pull request #258 from Cade-Forester/patch-1
Fix: don't ignore g:user_emmet_complete_tag
2015-02-27 00:53:58 +09:00
mattn b5a94de150 Merge pull request #256 from Cade-Forester/patch-1
Allow using ":EmmetInstall | OtherCommand"
2015-02-26 03:42:53 +09:00
mattn 3d6862d5d1 Support jsx's className. Close #255 2015-02-21 21:06:33 +09:00
mattn c24f2dcfcb Merge pull request #254 from shigo141/fix-doc
Update doc
2015-02-12 01:12:12 +09:00
mattn c6e11d22dc Merge pull request #252 from jwhitley/john/fix-indentation
Do not hardcode a default indentation setting
2015-01-29 09:13:50 +09:00
mattn e1f2f00a5c Merge pull request #251 from dencold/master
Enhance link:import to be in line with emmet.io
2015-01-28 09:05:04 +09:00
mattn 8b9bcac7a0 Add some workaround for #248 2015-01-08 14:23:34 +09:00
mattn a9b29f786e Fixes #249 2015-01-08 14:05:37 +09:00
mattn fcf44c5f6d user_emmet_settings.indentation should be checked at the first 2014-12-21 23:56:59 +09:00
mattn 4cc293d464 Merge pull request #244 from RobAWilkinson/master
Spelling error, changed "toogle" to "toggle"
2014-12-18 09:34:33 +09:00
mattn 26954b92cd Fixes tests 2014-12-17 17:26:49 +09:00
mattn 47b54c2e5e Fixes against errors/warnings in vint 2014-12-17 17:26:10 +09:00
mattn edf74342b5 Merge branch 'master' into wip 2014-12-17 16:09:57 +09:00
mattn cd09765a83 use_selection = 0 in default 2014-12-17 16:09:20 +09:00
mattn 5bfcf0abfd wip 2014-12-17 03:59:40 +09:00
mattn 1c1c511896 Update css abbreviations 2014-12-17 03:31:12 +09:00
mattn 0e08b66e6c Replace all 2014-12-17 03:14:59 +09:00
mattn 62b3accc20 Check maprg too 2014-12-16 19:09:02 +09:00
mattn 9ac3339942 WIP: implement selection 2014-12-16 19:08:49 +09:00
mattn 2a8f0e094d lang/charset should be in variables of configuration 2014-12-11 14:27:46 +09:00
mattn 2b4eea8775 hasmapto should be used to check key-mapping instead of plug-mapping 2014-12-09 18:00:01 +09:00
mattn 76499f48b8 Remove badge 2014-12-08 20:33:45 +09:00
mattn 0d63cc76aa Merge pull request #235 from kashiro/issues234
add link:import for webcomponents #234
2014-11-27 01:48:28 +09:00
mattn 8b703a0a00 Fixes errors on lint. #236 2014-11-06 20:02:36 +09:00
mattn 4b17969f5a Markdown 2014-11-05 19:36:29 +09:00
mattn 485abffe6c Add test to expand dn to 'display: none' for css 2014-10-09 09:47:40 +09:00
mattn 4d78123db9 Find snippet more fuzzy. Close #212 2014-10-09 09:45:47 +09:00
mattn 920904c53b Version bump up 2014-09-03 09:13:16 +09:00
mattn a3418eb419 Merge branch 'master' of github.com:mattn/emmet-vim 2014-09-02 18:35:06 +09:00
mattn 070800e31d Support 's' filter. Close #231 2014-09-02 18:33:26 +09:00
mattn e9b90c7f90 Merge pull request #230 from UncleBill/master
use two dollars to escape $
2014-08-31 14:48:54 +09:00
mattn 55c704bc3a fl should be expanded float:left; in css. close #225 2014-08-08 18:49:35 +09:00
mattn 591bfc99dc Fix tests 2014-08-06 16:07:42 +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
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 a61cb0c138 Merge pull request #221 from mvz/fix-vundle-instructions
Fix Vundle instructions
2014-07-24 20:17:26 +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 dcf247fb5c Fix test 2014-07-18 20:15:22 +09:00
mattn 3874d6210d Merge branch 'master' of github.com:mattn/emmet-vim 2014-07-18 20:14:55 +09:00
mattn 23aea8c21a Revert 08eb534c42, because test is failing 2014-07-18 20:14:08 +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
mattn beeb159626 Merge pull request #219 from typoon/master
Small fix related to VIM Tip #436
2014-07-18 12:59:16 +09: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
mattn 96903b0913 Merge pull request #215 from shaabhishek/master
Added meta viewport tag
2014-06-28 23:47:44 +09:00
mattn 320bb97cb4 Merge pull request #213 from sevko/master
Document g:user_emmet_leader_key's trailing ','.
2014-06-25 13:56:16 +09:00
mattn 39a5ba0eca Add test for #210 2014-06-06 13:50:23 +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 7ac6a8acb8 Fix tests 2014-06-06 13:50:21 +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