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 1 year has passed since last update.

VS Code 拡張機能の「Less TOML」をリリースしました

Last updated at Posted at 2023-06-28

TOML の VS Code拡張機能といえば、172万ダウンロードの Better TOML を使っている人が多いと思いますが、
Better TOML では、TOML ファイルのシンタックスハイライトの他に、
Markdown ファイルの TOML 形式のフロントマターのシンタックスハイライトはできるのですが、
Markdown ファイルの TOML 形式の コードブロック のシンタックスハイライトはできません。

機能拡張の PR を送ろうと思ったのですが、Better TOML はすでに、2022年4月に開発を終了し、Public Archive 状態になっているため、Better TOML を Fork して、Language Server で実装された Code Validation 機能を削除して、Markdown ファイルの TOML 形式の コードブロック のシンタックスハイライトを追加した、Less TOML をリリースしました。

Better TOML をインストールしている人は、VS Code から Better TOML をアンインストールして、Less TOML をインストールしてください。

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?