Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Eclipse PHP (pdt plugin) match alternative syntax keywords

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($things as $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
Mira mi perfil profesional y conéctate conmigo en LinkedIn http://lnkd.in/zM8DYA


Back to the top