HTML error in doctype main line in VS-Code
When using the shift+! shortcut in VS Code to generate a basic HTML template (<!DOCTYPE html>
), the editor is throwing an “unexpected token” error, specifically pointing at the <!DOCTYPE html>
line. This seems to be a basic code snippet, and I’m unsure why it’s causing an error. Can anyone help me understand and resolve this issue?
VS Code html tag color
anyone can tell me what class/tag/whatever is creating this reddish highlight when html tag is selected? all plugins are disabled and no custom theme is used. thanks