glsl.md

 1---
 2title: GLSL
 3description: "Configure GLSL language support in Zed, including language servers, formatting, and debugging."
 4---
 5
 6# GLSL
 7
 8GLSL (OpenGL Shading Language) support is available through the [GLSL Extension](https://github.com/zed-industries/zed/tree/main/extensions/glsl/)
 9
10- Tree-sitter: [theHamsta/tree-sitter-glsl](https://github.com/theHamsta/tree-sitter-glsl)
11- Language Server: [nolanderc/glsl_analyzer](https://github.com/nolanderc/glsl_analyzer)