Search found 2 matches

by Eelke Spaak
07 Aug 2010 10:38
Forum: Syntax files
Topic: Highlighting everything between { and } for Smarty templates
Replies: 2
Views: 8130

OK, I seem to have forgotten about blocks. However, when I define a block as follows:

Code: Select all

[Block]
1_Name=Smarty tags
1_OnLine=1
1_AsString=1
1_Start={
1_End=}
only very few Smarty tags get highlighted, most seem to get ignored. Any help?
by Eelke Spaak
07 Aug 2010 10:25
Forum: Syntax files
Topic: Highlighting everything between { and } for Smarty templates
Replies: 2
Views: 8130

Highlighting everything between { and } for Smarty templates

I have been trying to make a copy of the HTML syntax file which also enables the highlighting of everything between opening and closing braces { and }. This would allow a very convenient editing of Smarty templates: everything would be the same as plain HTML (which makes up the bulk of Smarty files)...