Banane9/notepadplusplus-twig

Simple quote is always treated as an opening string

Masadow opened this issue · 3 comments

As the example below shows

<button class="btn subscribe col-md-offset-3">S'inscrire</button>

Starting from the simple quote, it is considered as a string declaration whereas it's just plain html right now.

Well, sadly NP++ doesn't allow mixing formatings with custom language definitions like it does with php/html/js; so there's not much I can do about that.

Added an alternative language def that sort of fixes this.

Thanks ! :) Better than nothing