From 62676d2d01f107c89eb6f8d578f092020374ab66 Mon Sep 17 00:00:00 2001 From: Yuuki Rika Date: Wed, 3 Jan 2024 12:40:39 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2e01c23..417518b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +This project is distributed under the terms of the Apache License (Version 2.0). +See [LICENSE](LICENSE) for more information.