Skip to content

Commit b6e6b84

Browse files
authored
Small README tweaks
Replaced some icons and fixed some spacing
1 parent 99dcf23 commit b6e6b84

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,25 @@ The Lua language server provides various language features for Lua to make devel
3232
The language server can easily be installed for use in VS Code, but it can also be used by other clients using the command line.
3333

3434
### Visual Studio Code
35-
[![Install in VS Code](https://img.shields.io/badge/Install-VS%20Code-blue "Install in VS Code")](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
35+
[![Install in VS Code](https://img.shields.io/badge/Install%20For-VS%20Code-blue?style=for-the-badge&logo=visualstudiocode "Install in VS Code")](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
36+
3637
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
3738

3839
![](https://github.com/sumneko/vscode-lua/raw/master/images//Install%20In%20VSCode.gif)
3940

4041
### Command Line
41-
[![Install for command line](https://img.shields.io/badge/Install-Command%20Line-blue "Install for command line")](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
42+
[![Install for command line](https://img.shields.io/badge/Install%20For-Command%20Line-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
43+
4244
Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
4345

4446
## Supported Lua Versions
45-
| Version | Supported |
46-
| :-----: | :-------: |
47-
| Lua 5.1 | |
48-
| Lua 5.2 | |
49-
| Lua 5.3 | |
50-
| Lua 5.4 | |
51-
| LuaJIT | |
47+
| Version | Supported |
48+
| :-----: | :------------: |
49+
| Lua 5.1 | ![][checkmark] |
50+
| Lua 5.2 | ![][checkmark] |
51+
| Lua 5.3 | ![][checkmark] |
52+
| Lua 5.4 | ![][checkmark] |
53+
| LuaJIT | ![][checkmark] |
5254

5355
## Links
5456
- [Changelog](https://github.com/sumneko/lua-language-server/blob/master/changelog.md)
@@ -67,10 +69,10 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
6769

6870
## Available Languages
6971

70-
`en-us`
71-
`zh-cn`
72-
`zh-tw`
73-
`pt-br`
72+
- `en-us` 🇺🇸
73+
- `zh-cn` 🇨🇳
74+
- `zh-tw` 🇹🇼
75+
- `pt-br` 🇧🇷
7476

7577

7678
> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/sumneko/lua-language-server/issues).
@@ -115,3 +117,6 @@ Software that the language server (or the development of it) uses:
115117
* [json.lua](https://github.com/actboy168/json.lua)
116118
* [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle)
117119
* [inspect.lua](https://github.com/kikito/inspect.lua)
120+
121+
122+
[checkmark]: https://gist.githubusercontent.com/carsakiller/362482775731de88cdafeeca9f6a392e/raw/cd3976e92a85aafe1f33e3f9fe3d0e0bd451902c/checkmark.svg

0 commit comments

Comments
 (0)