I am trying to make sure that HTML code inside a PHP file is correctly highlighted, but is unsure about how to do it.
Example:
<?php function PrintHtml( ) { ?> <!-- HTML ONLY AREA --> <p>This is HTML</p> <?php } ?>
I understand that the syntax is as follows, but I don't know what the 'begin' and 'end' tags should be.
name = "Embedded HTML"; begin = "???????????"; end = "??????????????"; patterns = ( { include = "HTML"; } );
If anyone can help, I'd be grateful.
Kind regards,
Mats