danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
257 stars 28 forks source link

No highlighting for .frag and .vert in VS2022 #111

Closed nuked44 closed 11 months ago

nuked44 commented 1 year ago

Installed product versions

Description

There is no highlighting for .frag and .vert files

Steps to recreate

  1. Install VS2022 Community
  2. Install the extension

Current behavior

No highlighting for .frag and .vert

Expected behavior

Highlighting for .frag and .vert files

TheEndHunter commented 1 year ago

A work around so you can still use highlighting is to try using .glsl as the file extension for now, the issue is most likely cause by another extension(or the HLSL highlighting) getting priority on the file extension.

danielscherzer commented 1 year ago

Exactly