On 23/02/09 14:15, JuanPablo wrote: > hi, > how edit a file with two snippets files ? > example: > if I editing a .php file, I need the php + html snippets. > > -- > JuanPablo
The PHP syntax script enables HTML highlighting where indicated. See also ":help ft-php-syntax": you need to set g:php_htmlInStrings to 1 (rather than leave it unset) if you want to enable HTML highlighting in PHP strings. (Similarly, HTML syntax enables CSS syntax for embedded style sheets, Javascript syntax for embedded scripts, etc. Here it's automatic if the proper tags are present.) Best regards, Tony. -- Now and then an innocent person is sent to the legislature. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
