Sublime Forum

PHP Tag syntax color

#1

Hello,

I use Mariana Color Scheme. Works great but i have one question about font color syntax.
PHP tags “<?php" and "?>” are white. How can I change color of this tag?

0 Likes

#2

I reply myself :stuck_out_tongue_winking_eye:

"rules":
[
	{
		"scope": "punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php",
		"foreground": "var(orange)"
	}
]
0 Likes