LoginSignup
2
2

More than 5 years have passed since last update.

Atomでplistを開くと真っ赤(シンタックスエラー)になる問題について

Posted at

前提

  • mac
  • ATOM 1.10.0

参考

現象

Atomでplistを開くと以下のような感じになっちゃう

スクリーンショット 2016-09-07 14.14.53.png

解決策

config.csonを開く
File->Config...

以下を追記

  core:
    customFileTypes:
      "text.xml.plist": [
        "plist"
      ]

修正後

スクリーンショット 2016-09-07 14.18.56.png

2
2
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
2