-
Notifications
You must be signed in to change notification settings - Fork 0
/
emmet.map.vim
2 lines (2 loc) · 1.11 KB
/
emmet.map.vim
1
2
" custom emmet Thu Oct 09 2014 15:30:52 GMT+0800 (中国标准时间)
let g:user_emmet_settings = {"coffee":{"snippets":{"comment":"###\n# @author zemzheng ([email protected])\n# @description |\n###","do":"do ( | ) ->","###":"###\n# @author zemzheng ([email protected])\n# @description |\n###"}},"javascript":{"snippets":{"comment":" /**\n* @author zemzheng ([email protected])\n* @description |\n**/","email":"[email protected]","us":"\"use strict\";\n|","closure":";(function(){\n|\n})();","while":"while( | ){\n\n}","for":"for( | ){\n\n}","if":"if( | ){\n\n}","switch":"switch( | ){\n\n}"}},"html":{"snippets":{"bs-viewport":"meta[name=viewport][content=width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no]","bs-input":"label,input[type=text].form-control","bs-checkbox":".checkbox>label>input[type=checkbox]","bs-radio":".radio>label>input[type=radio]","bs-dropdown":".dropdown>button.btn.dropdown-toggle,bs-dropdown-menu","bs-dropdown-menu":".dropdown-menu>li.dropdown-header,li.divider,li>a","bs-pagination":".dropdown-menu>li.dropdown-header,li.divider,li>a","bs-listgroup":".list-group>.list-group-item"}}}