mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Merge branch 'master' of github.com:mattn/emmet-vim
This commit is contained in:
@@ -420,8 +420,8 @@ CUSTOMIZE *emmet-customize*
|
||||
\ },
|
||||
\ 'javascript' : {
|
||||
\ 'snippets' : {
|
||||
\ 'jq' : "$(function() {\n\t${cursor}${child}\n});",
|
||||
\ 'jq:each' : "$.each(arr, function(index, item)\n\t${child}\n});",
|
||||
\ 'jq' : "\\$(function() {\n\t${cursor}${child}\n});",
|
||||
\ 'jq:each' : "\\$.each(arr, function(index, item)\n\t${child}\n});",
|
||||
\ 'fn' : "(function() {\n\t${cursor}\n})();",
|
||||
\ 'tm' : "setTimeout(function() {\n\t${cursor}\n}, 100);",
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user