mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Merge pull request #230 from UncleBill/master
use two dollars to escape $
This commit is contained in:
@@ -420,8 +420,8 @@ CUSTOMIZE *emmet-customize*
|
|||||||
\ },
|
\ },
|
||||||
\ 'javascript' : {
|
\ 'javascript' : {
|
||||||
\ 'snippets' : {
|
\ 'snippets' : {
|
||||||
\ 'jq' : "$(function() {\n\t${cursor}${child}\n});",
|
\ 'jq' : "\\$(function() {\n\t${cursor}${child}\n});",
|
||||||
\ 'jq:each' : "$.each(arr, function(index, item)\n\t${child}\n});",
|
\ 'jq:each' : "\\$.each(arr, function(index, item)\n\t${child}\n});",
|
||||||
\ 'fn' : "(function() {\n\t${cursor}\n})();",
|
\ 'fn' : "(function() {\n\t${cursor}\n})();",
|
||||||
\ 'tm' : "setTimeout(function() {\n\t${cursor}\n}, 100);",
|
\ 'tm' : "setTimeout(function() {\n\t${cursor}\n}, 100);",
|
||||||
\ },
|
\ },
|
||||||
|
|||||||
Reference in New Issue
Block a user