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?
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?
I reply myself 
"rules":
[
{
"scope": "punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php",
"foreground": "var(orange)"
}
]