2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【VSCode】拡張子別で使用する言語モードの設定をする

Posted at

settings.jsonの編集

setting.json
  "files.associations": {
    "*.blade.php": "blade"
  }

キーに適応する拡張子を、値に適応する言語モードを入力する。
上記の場合、.blade.phpの拡張子ファイルの場合は言語モードをbladeで編集する。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?