On Oct 13, 11:25 pm, stardiviner <[email protected]> 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 a fast-moving target.
There are features being added and removed quite frequently. It would
be difficult to come up with an "official" syntax file to be
distributed with Vim.
> 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 good idea, please tell me , thanks.
>
If you are up to the challenge, I'd suggest grabbing the one you like
best off vim.org, adding support for what you want, and sending a
patch to the maintainer.
Maybe sometime one of them will make it into the Vim runtime files.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php