Re: css3 syntax file

2011-10-14 Thread Tony Mechelynck
On 15/10/11 05:09, stardiviner wrote: [...] If i can write syntax file, I will do it by myself. But I ask here because I can not ... Maybe I should learn it now. which part should I reference in vim help ? What about :help syntax.txt ? Best regards, Tony. -- Flying saucers on occasion

Re: css3 syntax file

2011-10-14 Thread stardiviner
=> On [2011-10-14 09:45:35 -0700]: Ben Fritz Said: > > > On Oct 13, 11:25 pm, stardiviner wrote: > > Is there css3 syntax file which support HTML5 tags ? > > I would not expect any css syntax file to also include HTML5. Are you > sure? > > > I find t

Re: css3 syntax file

2011-10-14 Thread Ben Fritz
On Oct 14, 11:47 am, Ben Fritz wrote: > On Oct 14, 1:04 am, Tony Mechelynck > wrote: > > > What _I_ would like is to see a Vim syntax file for CSS that > > would support Mozilla extensions, including e.g. the @-moz-document > > at-rule after which there will be two levels of braces, not one. >

Re: css3 syntax file

2011-10-14 Thread Ben Fritz
On Oct 14, 1:04 am, Tony Mechelynck wrote: > On 14/10/11 06:25, stardiviner wrote: > > > Is there css3 syntax file which support HTML5 tags ? > > I find that onle css2 syntax can be found in linux system. > > and I searched plugins on vim.org. there are two syntax files

Re: css3 syntax file

2011-10-14 Thread Ben Fritz
On Oct 13, 11:25 pm, stardiviner wrote: > Is there css3 syntax file which support HTML5 tags ? I would not expect any css syntax file to also include HTML5. Are you sure? > I find that onle css2 syntax can be found in linux system. This is probably because css3 is currently still

Re: css3 syntax file

2011-10-13 Thread Tony Mechelynck
On 14/10/11 06:25, stardiviner wrote: Is there css3 syntax file which support HTML5 tags ? I find that onle css2 syntax can be found in linux system. and I searched plugins on vim.org. there are two syntax files for css3. but non of them support *and* this code: @media screen and (max-width

css3 syntax file

2011-10-13 Thread stardiviner
Is there css3 syntax file which support HTML5 tags ? I find that onle css2 syntax can be found in linux system. and I searched plugins on vim.org. there are two syntax files for css3. but non of them support *and* this code: @media screen and (max-width:1000px) { } if you have a