Closed pboulton closed 2 years ago
@pboulton The w3c validator accept only these types of files :
And yet only html and css are implemented in the extension. I guess you are talking about the generated html or xhtml I will need to take a deeper look into php :)
The validator at https://validator.w3.org/ allows php pages to be checked for html validation but your VSCode extension says "Not an html or css file". Is there any way your extension could be tweaked to allow validation of the html content of php files?
Thanks!
Pete