如何在Sublime Text 3主题中设置自定义HTML标记突出显示?

时间:2014-02-09 02:05:28

标签: html themes sublimetext sublimetext3 color-scheme

我修改了现有的ST3主题文件,以便使用特定的颜色格式突出显示id标记属性,并且它完美地运行:

<dict>
  <key>name</key>
  <string>CSS: #id</string>
  <key>scope</key>
  <string>entity.other.attribute-name.id.html</string>
  <key>settings</key>
  <dict>
    <key>fontStyle</key>
    <string></string>
    <key>foreground</key>
    <string>#99ff00</string>
    <key>background</key>
    <string>#0066ff</string>
  </dict>
</dict>

问题在于我还希望对"class""style""name"属性进行特定突出显示(理想情况下每个属性都有不同的颜色)。但是,只需更改entity.other.attribute-name字符串,就会突出显示标记内的特定文字。我的标签属性已经设置为默认为绿色,并且也可以:

<dict>
  <key>name</key>
  <string>Tag attribute</string>
  <key>scope</key>
  <string>entity.other.attribute-name</string>
  <key>settings</key>
  <dict>
    <key>fontStyle</key>
    <string></string>
    <key>foreground</key>
    <string>#A6E22E</string>
  </dict>
</dict>

如何更改“id”以外的标记属性?我希望"class""style""name"属性也像“id”一样具有后突出显示,但到目前为止,只有“id”才会突出显示,无论我是什么试过。我需要改变什么?谢谢!

1 个答案:

答案 0 :(得分:0)

您可以使用ftp "ip address" "some username" "some Password"

定位它们