Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML syntax highlight stops #7

Open
sharwell opened this issue Oct 27, 2014 · 0 comments
Open

HTML syntax highlight stops #7

sharwell opened this issue Oct 27, 2014 · 0 comments

Comments

@sharwell
Copy link
Member

Moved here from BitBucket

<?php

$sql_configure = "SELECT * FROM `productconfigurable` WHERE `productid` = '" . $_GET['id'] . "' and `act`='1' ORDER BY `sortorder` asc";
$result_configure = mysql_query($sql_configure);
$count_configure = mysql_num_rows($result_configure);

?>
<style>
div.rectanglebox a.rectangle {
    background-color: #e6e6e6 !important;
    color: #000000 !important;
}
div.rectanglebox a.active {
    background-color: #12799a !important;
    color: #ffffff !important;
}
</style>
<div class="modal-header">
 <button class="close" data-dismiss="modal">X</button>
 <h3>Customize - <?= $info['name'] ?></h3>
</div>

Suppose I have code like this. Then it does not highlight syntax in style tag, as well as it stops html syntax highlighting after occurrence of <?=.

@sharwell sharwell added the bug label Oct 27, 2014
@sharwell sharwell added the php label Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant