Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Tom Evans
On Tue, Aug 23, 2011 at 12:09 PM, Gelonida N wrote: > Hi, > > I'm rather new to Django and just start working with a little more with > templates. > > I wondered how to make a distinction between html files and html templates. > > Shall I used different suffixes or is the

Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Paul Schewietzek
With vim, you can ':setfiletype htmldjango' for django templates (on Debian 6 at least). Hope that helps. 2011/8/23 Herman Schistad > On Tue, Aug 23, 2011 at 13:09, Gelonida N wrote: > > I'm rather new to Django and just start working with a

Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Herman Schistad
On Tue, Aug 23, 2011 at 13:09, Gelonida N wrote: > I'm rather new to Django and just start working with a little more with > templates. > > I wondered how to make a distinction between html files and html templates. > > Shall I used different suffixes or is the directory

syntax highlighting for template files and file suffix

2011-08-23 Thread Gelonida N
Hi, I'm rather new to Django and just start working with a little more with templates. I wondered how to make a distinction between html files and html templates. Shall I used different suffixes or is the directory location enough. If I don't have different file suffixes, how do you teach your