mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
253aa28375
Release Notes: - Extracted Scheme and Racket language support into extensions. --------- Co-authored-by: Marshall <marshall@zed.dev>
12 lines
326 B
TOML
12 lines
326 B
TOML
id = "scheme"
|
|
name = "Scheme"
|
|
description = "Scheme support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Mikayla Maki <mikayla@zed.dev>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[grammars.scheme]
|
|
repository = "https://github.com/6cdh/tree-sitter-scheme"
|
|
commit = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
|