diff --git a/doc/emmet.txt b/doc/emmet.txt index d399796..cdec52d 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -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);", \ },