3
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 5 years have passed since last update.

【PhpStorm】ctpファイルにシンタックスハイライトを適用する

Last updated at Posted at 2018-07-26

PhpStormではデフォルトでCakePHPのテンプレートファイル(.ctp)にはシンタックスハイライトが適用されず、このままでは読みにくいものとなってしまいます。
そこで.ctpにもシンタックスハイライトを適用する方法を書いておきます。

バージョンは以下のとおりです。

OS: macOS
PhpStorm: 2017.3.4

設定方法

  1. Preferences > Editor > File Types
  2. Recognized File TypesでPHPを選択
  3. Registered Patternsで+ボタンをクリックし*.ctpを入力しOK
  4. Applyをクリック
  5. OKをクリック
スクリーンショット 2018-07-26 11.26.08.png

以上で完了です。なお、PhpStormの再起動は不要です。

3
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
3
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?