You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the later update of the bundle, syntax highlighting is broken when php code is mixed inside js.
Try : <script type="text/javascript"> <?php echo $ok; ?> </script>
And you will see what's happening.
Is there a way to fix this ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sorry I overlooked changing this, fixed in textmate/php.tmbundle@1d91862. Your bundle should update within a few hours automatically, thanks for reporting!
Dear all,
Since the later update of the bundle, syntax highlighting is broken when php code is mixed inside js.
Try :
<script type="text/javascript"> <?php echo $ok; ?> </script>
And you will see what's happening.
Is there a way to fix this ?
Thanks in advance
The text was updated successfully, but these errors were encountered: