atom/language-php

Code highlighting color issue for PHP for function named "fn"

Closed this issue · 2 comments

From microsoft/vscode#105742

Schermata 2020-08-31 alle 17 19 09

<?

function fn(){
	// do something
};

?>
<div><?=fn()?></div>

Closing this for now based on the #401 (comment) and the PHP docs pointed to.