模板位置:C:\Users\用户名\AppData\Roaming\Sublime Text 2\Packages\SublimeTmpl\templates\html.tmpl

添加内容:jQuery Js文件的引用

模板内容:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<title>${1:Examples}</title>
		${2:<meta name="description" content="$3">
		<meta name="keywords" content="$4">
		}<link href="$5" rel="stylesheet">
		<script src="http://code.jquery/jquery-latest.js"></script>
		<script type="text/javascript"></script>
	</head>
	<body>
		$0
	</body>
</html>

更多推荐

修改Sublime 2插件SublimeTmpl模板-Html生成模板