Created
April 25, 2012 14:58
-
-
Save morganestes/2490359 to your computer and use it in GitHub Desktop.
Zen settings for Dreamweaver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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