Answer the question
In order to leave comments, you need to log in
How to change echo color?
The echo in the php code has a certain color, how can I change it to red?
Answer the question
In order to leave comments, you need to log in
To quickly open resources, you need to install the PackageResourceViewer plugin.
If you open the PHP extension syntax description file:
Ctrl+Shift+P -> PackageResourceViewer:Open Resource -> PHP -> PHP.tmLanguage
You can find the following code there:
<dict>
<key>match</key>
<string>(?i)\b(print|echo)\b</string>
<key>name</key>
<string>support.function.construct.php</string>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#66D9EF</string>
</dict>
</dict>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question