morganestes
4/25/2012 - 2:58 PM

Zen settings for Dreamweaver

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}",
		}
	}
};