Browse Source

update .vscode/settings.json

Yuki Takei 8 years ago
parent
commit
1338c63415
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

@@ -1,4 +1,8 @@
 {
   // 既定の改行文字。LF の場合には \n を CRLF の場合には \r\n を使用してください。
   "files.eol": "\n",
+  // 指定した構文に対してプロファイルを定義するか、特定の規則がある独自のプロファイルをご使用ください。
+  "emmet.syntaxProfiles": {
+    "javascript": "jsx"
+  }
 }