35
26

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.

ATOM 全角 スペース highlight

Last updated at Posted at 2015-04-09

ATOM 全角 スペース highlight Tips

と言っても、既に全角スペース表示プラグインが作られていました。
ソレを利用するだけです。

これを使って全角スペースを□に可視化します。
しかし、もっとくどい位に highlight したい!そう思っていた頃もありました。

ということでその頃の思いを胸に全角スペースの背景色もカスタマイズしてしまいましょう。

Atom起動 > File > Open Your Stylesheet

style.less
atom-text-editor::shadow {
   .ideographic-space {
     background-color: @background-color-warning;
   }
}

ui-variables.less の中のColorで指定してみました。

http://apatch-k.hatenablog.com/entry/2015/04/09/233829
はてブに書いたけど、Qiitaにも転載される気がしたので先に転載してみた。

2015-11-30 typo 修正

35
26
4

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
35
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?