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

Quote highlighting is still broken #20

Open
ismael-miguel opened this issue Jan 3, 2017 · 2 comments
Open

Quote highlighting is still broken #20

ismael-miguel opened this issue Jan 3, 2017 · 2 comments

Comments

@ismael-miguel
Copy link

ismael-miguel commented Jan 3, 2017

I am not sure if this is the correct way, but, I'm creating a new issue.


As of Notepad++ 7+, the highlighting of quotes is still broken.

The simplest stress-test example I could find:

'{{ 'a' }}'
"{{ "a" }}"
"{{ 'a' }}"
'{{ "a" }}'

This is the rendered result:

Bugged highlighting

Using the alternative version doesn't change anything.

This refers to #13 and to #16.

@ismael-miguel ismael-miguel changed the title Single quotes are still broken Quote highlighting is still broken Jan 3, 2017
@Banane9
Copy link
Owner

Banane9 commented Jan 3, 2017

Can't do anything about it, it's a problem with the custom language definition's limitations, as far as I can tell.

@ismael-miguel
Copy link
Author

It really does seem like that.

But it is pretty annoying. This makes files with HTML and Javascript really hard to read.

I created it just in case someone could fix it.

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

No branches or pull requests

2 participants