Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisn/zed-ada-language
Ada language support for Zed
https://github.com/wisn/zed-ada-language
Last synced: 8 days ago
JSON representation
Ada language support for Zed
- Host: GitHub
- URL: https://github.com/wisn/zed-ada-language
- Owner: wisn
- License: mit
- Created: 2024-07-26T15:33:13.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T22:05:49.000Z (3 months ago)
- Last Synced: 2024-10-17T00:07:44.475Z (22 days ago)
- Language: Scheme
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zed Ada Language
Ada language support for Zed.
## Prerequisite
### Ada Language Server
Please install Ada Language Server (ALS) provided by AdaCore from
[AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server) repository.
We can download the pre-compiled binary on the release page.
Make sure to move the binary somewhere (bin directory) so it is available in the PATH environment variable.## Acknowledgment
The [wisn/tree-sitter-ada](https://github.com/wisn/tree-sitter-ada) repository that is used by this project
is forked from the [briot/tree-sitter-ada](https://github.com/briot/tree-sitter-ada) repository.
All of the files below were originally created by [@briot](https://github.com/briot).```
languages/
└── ada
├── folds.scm
├── highlights.scm
├── locals.scm
└── textobjects.scm
```Thus, all the credits go to @briot.
However, there might be some modifications to those files depending on my need
to support the Ada programming language on the Zed text editor.## License
This project is licensed under the [MIT License](LICENSE).