glsl: Add `task` and `mesh` path suffixes (#50605)
rcmz
and
MrSubidubi
created
The GLSL language extension was missing the "task" and "mesh" path
suffixes for task and mesh shaders.
"task" and "mesh" are the official suffixes used in glslang.
Release Notes:
- N/A
Co-authored-by: MrSubidubi <finn@zed.dev>