cssho / vscode-svgviewer

SVG Viewer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer
MIT License
67 stars 20 forks source link

Fix SVG file checking #32

Closed LaurentTreguier closed 7 years ago

LaurentTreguier commented 7 years ago

This fixes the checkNoSvg function behavior when trying to preview an SVG file with a language id that is not XML. Up until now, there could be no preview if the file didn't have XML and language id, even if it contained </svg> somewhere.