mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
b8ef97015c
This PR extracts PureScript support into an extension and removes the built-in PureScript support from Zed. Release Notes: - Removed built-in support for PureScript, in favor of making it available as an extension. The PureScript extension will be suggested for download when you open a `.purs` file.
16 lines
482 B
TOML
16 lines
482 B
TOML
id = "purescript"
|
|
name = "PureScript"
|
|
description = "PureScript support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Iván Molina Rebolledo <ivanmolinarebolledo@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.purescript-language-server]
|
|
name = "PureScript Language Server"
|
|
language = "PureScript"
|
|
|
|
[grammars.purescript]
|
|
repository = "https://github.com/postsolar/tree-sitter-purescript"
|
|
commit = "0554811a512b9cec08b5a83ce9096eb22da18213"
|