UHFT
UHFT

all other extensions work fine (such as .comp) but just only .glsl does not recognize. It uses default C++ syntax highlighting
I tried #32 and .fsh works but not .vsh. .glsl and .vsh must have been associated with other programs. How can I associate them back?
  The only concern is the default .glsl extension does not work with your 'auto detect' GLSL shader type.
Microsoft Visual Studio Community 2019 Version 16.7.6
 Somehow, .glsl does not recognized (e.g no highlight for vec3)
tried .glsl -> .gls and it works fine. But I'd like to keep .glsl extension since some Vulkan examples use pre-defined compile option with .glsl
Tried 16.8.3 but no success.
Then removing CUDA toolkit will sort out?
It works after uninstalling all CUDA and NSights. Thanks By the way, it is possible I can manually add 'rayQueryInitializeEXT', 'rayQueryProceedEXT' etcs to glsl keywords or usertype.dat for syntax highlight?