Skip to content

Instantly share code, notes, and snippets.

@seak0503
Last active August 29, 2015 14:18
Show Gist options
  • Save seak0503/e457113a9fecd96f3427 to your computer and use it in GitHub Desktop.
Save seak0503/e457113a9fecd96f3427 to your computer and use it in GitHub Desktop.
sublimetextでhtml5の基本構文のスニペットを呼び出す方法

sublimetextでhtml5の基本構文のスニペットを呼び出す方法

方法

!を入力してからtabキーを押すだけ

呼び出される構文

<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
</head>
<body>
  
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment