-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# Rusted Warfare Language Server | ||
|
||
[![Build](https://github.com/Synth-ID/RWLS/actions/workflows/build.yml/badge.svg)](https://github.com/Synth-ID/RWLS/actions/workflows/build.yml) | ||
[![Build](https://github.com/yvvki/RWLS/actions/workflows/build.yml/badge.svg)](https://github.com/yvvki/RWLS/actions/workflows/build.yml) | ||
|
||
A [language server](https://microsoft.github.io/language-server-protocol/) that provides workspace detection, syntax | ||
highlighting, code completion and format checker | ||
for [Rusted Warfare](http://corrodinggames.com/rusted_warfare). | ||
for [Rusted Warfare](https://corrodinggames.com/rusted_warfare). | ||
|
||
[![Rusted Warfare](http://corrodinggames.com/images/rw-title.png)](http://corrodinggames.com/rusted_warfare) | ||
[![Rusted Warfare](https://corrodinggames.com/images/rw-title.png)](https://corrodinggames.com/rusted_warfare) | ||
|
||
[![Website](https://img.shields.io/badge/Website-000)](http://corrodinggames.com/rusted_warfare) | ||
[![Website](https://img.shields.io/badge/Website-000)](https://corrodinggames.com/rusted_warfare) | ||
[![Steam](https://img.shields.io/badge/Steam-000?logo=steam)](https://store.steampowered.com/app/647960/Rusted_Warfare__RTS/) | ||
[![Google Play](https://img.shields.io/badge/Google%20Play-000?logo=googleplay)](https://play.google.com/store/apps/details?id=com.corrodinggames.rts&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) | ||
[![App Store](https://img.shields.io/badge/App%20Store-000?logo=apple)](https://apps.apple.com/au/app/rusted-warfare-rts/id1514329124) | ||
|
||
## Features | ||
|
||
Any LSP editor is supported, officially [VSCode](TODO). | ||
Any LSP editor is supported, officially [VSCode](https://github.com/yvvki/rusted-warfare-vscode). | ||
|
||
## **⚠️ IN DEVELOPMENT! 🚧** | ||
Currently is being heavily developed and not ready to use. Contribution is welcome! | ||
> ## ⚠️ IN DEVELOPMENT! 🚧 | ||
> Currently is being heavily developed and not ready to use. Contribution is welcome! | ||
> | ||
> Check out the [issues](https://github.com/yvvki/RWLS/issues) and | ||
> [pull requests](https://github.com/yvvki/RWLS/pulls). | ||
Check out the [Issues](https://github.com/Synth-ID/RWLS/issues) and | ||
[Pull requests](https://github.com/Synth-ID/RWLS/pulls). | ||
## License | ||
|
||
# License | ||
**Rusted Warfare Language Server** is distributed under the terms of the Apache License (Version 2.0). See the | ||
[license](LICENSE) for more information. | ||
This project is distributed under the terms of the Apache License (Version 2.0). | ||
See [LICENSE](LICENSE) for more information. |