notepadplusplus-twig
notepadplusplus-twig copied to clipboard
Quote highlighting is still broken
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:

Using the alternative version doesn't change anything.
This refers to #13 and to #16.
Can't do anything about it, it's a problem with the custom language definition's limitations, as far as I can tell.
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.