mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
c55055599a
<img width="691" alt="image" src="https://github.com/zed-industries/zed/assets/2588851/c5e02d12-d1e4-4407-971c-72de7e6599f0"> @mikayla-maki the extension lists you as the original author. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
16 lines
400 B
TOML
16 lines
400 B
TOML
id = "glsl"
|
|
name = "GLSL"
|
|
description = "GLSL support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Mikayla Maki <mikayla@zed.dev>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.glsl_analyzer]
|
|
name = "GLSL Analyzer LSP"
|
|
language = "GLSL"
|
|
|
|
[grammars.glsl]
|
|
repository = "https://github.com/theHamsta/tree-sitter-glsl"
|
|
commit = "31064ce53385150f894a6c72d61b94076adf640a"
|