LoginSignup
1
1

More than 5 years have passed since last update.

sublime text > Monokai > 色分けの実例 >「Tag attribute」とは何なのだろうか?

Last updated at Posted at 2015-11-09

http://qiita.com/nightyknite/items/fde389e261b1709e6a10
にMonokai選択時の色分け表が紹介されている。

自分のコードと比べてみると以下のような色付けがされている。

環境
Sublime Text 2
- cppのソースファイル
- .hファイル
  • Tag name : if / static / include / pragma / new / try / catch / const / delete / return ...
  • Function argument : 関数定義文の関数名
  • Tag attribute : なし
  • Storage type : 関数呼び出し処理の関数名 / bool / void / int
  • User-defined constant : [k+大文字]で始まる文字列 / 数値の定数 (995) / true / false / NULL
  • String : "test"
  • Comment : // で始まるコメントや/* */のコメント
  • Background : 背景色

「Tag attribute」は1つもない。
cppでTag attributeとは何なのだろうか?

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