XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Add Twig support #95

Open mustanggb opened 10 years ago

mustanggb commented 10 years ago

Request to add a syntax highlighting scheme for Twig.

Perhaps this is a helpful starting point, it's an implementation for Notepad++, which I believe also uses Scintilla: https://github.com/Banane9/notepadplusplus-twig

XhmikosR commented 10 years ago

Sorry, no can do. You should request this to be added to Scintilla.

ed-daracreative commented 10 years ago

I notice that while Scintilla doesn't support Twig, it supports Django templates (which I understand are somewhat similar in syntax). Is it possible to enable this in Notepad2?

(I see something related to that here: https://github.com/XhmikosR/notepad2-mod/blob/45af17c0808a3234a60182bbbdb7eabaf852bb22/scintilla/lexers/LexHTML.cxx#L678 )