Skip to content

Commit 781e44c

Browse files
authored
Update README.md
1 parent 675a781 commit 781e44c

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
<!-- <a href="#"><img align="right" src="https://raw.githubusercontent.com/shader-ls/shader-language-server/master/etc/logo.png" width="20%"></a> -->
2-
<a href="#"><img align="right" src="./etc/logo.png" width="20%"></a>
1+
<p align="center">
2+
<!-- <a href="#"><img align="right" src="https://raw.githubusercontent.com/shader-ls/shader-language-server/master/etc/logo.png" width="20%"></a> -->
3+
<a href="#"><img src="./etc/logo.png" width="20%"></a>
4+
<h1 align="center">Shader Language Server</h1>
5+
<p align="center">
6+
<a href="https://opensource.org/licenses/MIT"><img alt="License" src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
7+
<a href="https://github.com/shader-ls/shader-language-server/releases/latest"><img alt="Release" src="https://img.shields.io/github/tag/shader-ls/shader-language-server.svg?label=release&logo=github"/></a>
8+
<a href="https://www.nuget.org/packages/shader-ls/"><img alt="Nuget DT" src="https://img.shields.io/nuget/dt/shader-ls?logo=nuget&logoColor=49A2E6"/></a>
9+
</p>
10+
<p align="center">
11+
<a href="https://github.com/shader-ls/shader-language-server/actions/workflows/test.yml"><img alt="License" src="https://github.com/shader-ls/shader-language-server/actions/workflows/test.yml/badge.svg"/></a>
12+
</p>
13+
</p>
314

4-
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5-
[![Release](https://img.shields.io/github/tag/shader-ls/shader-language-server.svg?label=release&logo=github)](https://github.com/shader-ls/shader-language-server/releases/latest)
6-
[![Nuget DT](https://img.shields.io/nuget/dt/shader-ls?logo=nuget&logoColor=49A2E6)](https://www.nuget.org/packages/shader-ls/)
7-
8-
# shader-language-server
915
> Language server implementation for ShaderLab
1016
11-
[![Build](https://github.com/shader-ls/shader-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/shader-ls/shader-language-server/actions/workflows/test.yml)
12-
1317
## 🚧 Status
1418

1519
Still in development.

0 commit comments

Comments
 (0)