vincaslt / vscode-highlight-matching-tag

Highlights matching opening or closing tag in VSCode
https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag
MIT License
159 stars 16 forks source link

Bug with PHP and PHP in HTML #152

Open dynagence opened 8 months ago

dynagence commented 8 months ago

Hi, Do you have a solution ? For information : I disabled highlight => "editor.occurrencesHighlight": "off"

image

image

vincaslt commented 8 months ago

Would you be able to paste the code I could copy and paste to debug?

dynagence commented 8 months ago

Thank you !

`

Cron d'ajout de formations aux Etudiants

            <?php
            if(!empty($message))
                {
                echo "
                <div class=\"x_content\">
                    <div class=\"alert alert-success alert-dismissible fade in\" role=\"alert\">
                        <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button>
                        <strong>".$message."</strong>
                    </div>
                </div>";    
                }
            ?>
        </div>`

`<? if(check_droits(array("10"), "return")) { echo "

  • Super-admin !
  • "; } ?>`
    dynagence commented 7 months ago

    Were you able to fix the bug?