Skip to content

Instantly share code, notes, and snippets.

@morganestes
Created April 25, 2012 14:58
Show Gist options
  • Save morganestes/2490359 to your computer and use it in GitHub Desktop.
Save morganestes/2490359 to your computer and use it in GitHub Desktop.
Zen settings for Dreamweaver
var my_zen_settings = {
'html': {
'abbreviations': {
'jq': '<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>',
'mod': '<script src="//static.okbar.org/js/modernizr.js"></script>',
'script': '<script>\n\t|\n</script>',
'script:src': '<script src="|"></script>',
},
'snippets': {
'cc:ie8': '<!--[if gte IE 8]>\n\t${child}|\n<![endif]-->',
'cc:ie9': '<!--[if gte IE 9]>\n\t${child}|\n<![endif]-->',
'jfn': '\\$(function() {\n\t${child}|\n});',
}
},
'css': {
'snippets': {
"@md": "@-moz-document url-prefix() {\n\t${child}|\n}",
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment