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

Other syntax highlight not working in PHP (Naomi) color scheme #243

Open
dharnarh opened this issue Nov 23, 2019 · 3 comments
Open

Other syntax highlight not working in PHP (Naomi) color scheme #243

dharnarh opened this issue Nov 23, 2019 · 3 comments
Labels

Comments

@dharnarh
Copy link

When working with a php file and you have html5, and Javascript code there, they do not have any color scheme, it's just looking like plain text, any way to allow this in PHP extensions.

<select name="department" required id="" class="form-control custom-select rounded-0">
  <option value="location">Select Department</option>
  <?php foreach ($result as $row) { ?>
  <option value="<?= $row[0] ?>"><?= $row[1] ?></option>
  <?php } ?>
</select>

In PHP (Naomi) the html syntax looks like plain text. What do I do?

@borela borela added the bug label Nov 23, 2019
@borela
Copy link
Owner

borela commented Nov 23, 2019

I am working on the building system that will solve this issue and many others, for now no fix is available, sorry :/.

@dharnarh
Copy link
Author

Okay

@nullhook
Copy link

@borela have you had the chance to fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants