mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
0b2de51c37
This PR bumps the C# extension to v0.0.2. Changes: - #10638 Release Notes: - N/A
16 lines
399 B
TOML
16 lines
399 B
TOML
id = "csharp"
|
|
name = "C#"
|
|
description = "C# support."
|
|
version = "0.0.2"
|
|
schema_version = 1
|
|
authors = ["fminkowski <fminkowski@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.omnisharp]
|
|
name = "OmniSharp"
|
|
language = "CSharp"
|
|
|
|
[grammars.c_sharp]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-c-sharp"
|
|
commit = "dd5e59721a5f8dae34604060833902b882023aaf"
|