mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
c38f72d194
Release Notes: - Extracted GLSL language support into an extension. --------- Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
11 lines
321 B
TOML
11 lines
321 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"
|
|
|
|
[grammars.glsl]
|
|
repository = "https://github.com/theHamsta/tree-sitter-glsl"
|
|
commit = "31064ce53385150f894a6c72d61b94076adf640a"
|