plex icon indicating copy to clipboard operation
plex copied to clipboard

Optional new Program in Parser

Open leon-marzahn opened this issue 7 years ago • 1 comments

Hey, i wanted to ask if it's possible to add a new optional Program to the parser so you can for example in php or html open a new context.

leon-marzahn avatar Mar 16 '18 19:03 leon-marzahn

For example:

<?php

$test = 12;
print($test);

?>

<?php

print($test);

leon-marzahn avatar Mar 17 '18 10:03 leon-marzahn