notepadplusplus-twig icon indicating copy to clipboard operation
notepadplusplus-twig copied to clipboard

Quote highlighting is still broken

Open ismael-miguel opened this issue 9 years ago • 2 comments

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 avatar Jan 03 '17 18:01 ismael-miguel

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

Banane9 avatar Jan 03 '17 19:01 Banane9

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.

ismael-miguel avatar Jan 04 '17 15:01 ismael-miguel