Closed tillkruss closed 8 years ago
@tillkruss Sorry for the late reply. For now you could add the following to your styles.less
file:
atom-text-editor::shadow .markup.gfm .embedded.php {
color: hsl( 95, 38%, 62%);
}
That should make PHP code blocks green too:
We could add the above to this theme, but it would be even better to open an issue in language-php. Then full syntax highlighting might can be added and not be treated as raw (without language) code.
Standard code blocks are highlighted in green.
$foo = new Foobar;
But code blocks with their language specified don't have any highlighting at all.