I would like to use HTML5 tags in PHP, but Vim cannot recognize them. I installed this plugin: http://www.vim.org/scripts/script.php?script_id=3236 But this plugin does not support PHP files. What can I do?
Vim may not detect that there is HTML inside your PHP file. Have you tried to manually set the file type?
:set ft=html.php
Look at this:
http://www.vim.org/scripts/script_search_results.php?keywords=html5&script_type=&order_by=rating&direction=descending&search=search
There is an HTML5 syntax file.
Source: https://habr.com/ru/post/1526365/More articles:MongoDB добавить массив в BsonDocument - c#как передать пустой файл в пакетный файл в качестве параметра - batch-fileAssembling multiple images in symfony2 - symfonyWindows Azure Malicious Cache - WARNING: DeadServerCallback Called - c #Error creating bean with name "entityManagerFactory" defined in path path resource [jpaContext.xml] - javaBatch - count lines in the files of the current folder and subfolders - recursionPassing an array as an argument to params - c #setting up github for an existing Rstudio project - githubPassing AngularJS $ area data to jQuery (Stripe Checkout) element - jquerylocalStorage crashes the browser - html5All Articles