Hi, I'm using latest Eclipse for PHP official package from https://www.eclipse.org/downloads/packages/eclipse-php-developers/lunar without error (Version: Luna Release (4.4.0) Build id: 20140612-0600) that ships PHP Development Tools (PDT) 3.3.0.201406110111 by default, but I have an issue with PHP alternative syntax highlighting

In a code block I have a foreach loop this way:

|...
... <?php
foreach($thingsas  $thing):
?>
    <li>
        <?php echo $thing;  ?>
</li> <?php
endforeach;
?>
...
...|

The issue is that Eclipse won't match my code block if I use PHP alternative syntax.

It does well if I use standard brackets, it highlight brackets match (for an |if(){ }|, for instance).

Is it possible to have Eclipse PDT to highlight PHP alternative syntax keywords match?

Thanks in advise!

PS: I have posted this very same question here http://stackoverflow.com/questions/23770168/eclipse-php-pdt-plugin-match-alternative-syntax-keywords and here https://www.eclipse.org/forums/index.php/t/794132/0/unread/

--
Lic. Martín Sebastián Briglia Ghia
Gerente de Desarrollos
MGS Creativa - Creatividad A Tu Servicio
http://www.mgscreativa.com
Mira mi perfil profesional y conéctate conmigo en LinkedIn http://lnkd.in/zM8DYA

_______________________________________________
pdt-dev mailing list
pdt-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to