boyswan / vscode-glsl-literal

Syntax highlighting for GLSL inside of JavaScript tagged template strings
MIT License
30 stars 16 forks source link

[Feature Request] fileTypes can be custom, for example .vue .tsx .jsx .mjs #10

Closed deepkolos closed 3 years ago

deepkolos commented 3 years ago

for example .vue .tsx .mjs .html

current setting maybe not cover common frontend fileTypes

"fileTypes": ["js", "jsx", "ts"],