Revision: 16157
Updated Code
at August 23, 2009 11:31 by mrjohnsly
Updated Code
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>${1:${TM_FILENAME/((.+)\..*)?/(?2:$2:Page Title)/}}</title> <link rel="stylesheet" type="text/css" media="screen" href="css/master.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> $0 </body> </html>
Revision: 16156
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 27, 2009 17:41 by mrjohnsly
Initial Code
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title></title> <link rel="stylesheet" type="text/css" media="screen" href="css/master.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> $0 </body> </html>
Initial URL
Initial Description
HTML5 TextMate Snippet
Initial Title
HTML5 TextMate Snippet
Initial Tags
textmate, html5
Initial Language
HTML