0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ペアワイズ法】PICT構文をVSCodeで見やすくする【QA】

Posted at

はじめに

以下の記事を書いたときに、VSCodeで*.pictを扱う際には、拡張子に「*.ini」を指定するといい感じの見た目になることを記載した。

が、拡張子「*.pict」のままでも良い、ちゃんとしたやり方があったのでメモ。

pictファイルにiniファイル向けの着色を適用する

  1. コマンドパレットをら引き、setttingファイルを開く。
    Preference: Opening Settings(JSON)
  2. 以下を追記する。
"files.associations": {"*.pict": "ini"}

イメージ
image.png

おわりに

ちょっといい感じになる

image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?