I want to modify the color of PHP tags but, on looking through the tmTheme file (and experimentally changing most of the hex codes) I can't find anything that affects them.
Can anyone help?
<key>name</key>
<string>Embedded PHP in HTML (functions)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFF00</string>
</dict>
</dict> <dict>
<key>name</key>
<string>Embedded begin (PHP)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html punctuation.section.embedded.begin.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded end (PHP)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html punctuation.section.embedded.end.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML double</string>
<key>scope</key>
<string>text.html.basic meta.tag.inline.any.html string.quoted.double.html source.php.embedded.line.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML single</string>
<key>scope</key>
<string>text.html.basic meta.tag.inline.any.html string.quoted.single.html source.php.embedded.line.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML (functions)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFF00</string>
</dict>
</dict>Users browsing this forum: Google [Bot] and 11 guests