Skip to content

Commit 6fcdc4a

Browse files
committed
fix: add fallback for checkmark images
1 parent 6aa5024 commit 6fcdc4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The language server and Visual Studio Code client can be installed from [the VS
4444
Check the [wiki for a guide](https://github.com/LuaLS/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 with NeoVim and [other clients](https://microsoft.github.io/language-server-protocol/implementors/tools/) that follow the [language server protocol](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/).
4545

4646
## Supported Lua Versions
47-
| Version | Supported |
47+
| Version | Supported |
4848
| :-----: | :------------: |
49-
| Lua 5.1 | ![][checkmark] |
50-
| Lua 5.2 | ![][checkmark] |
51-
| Lua 5.3 | ![][checkmark] |
52-
| Lua 5.4 | ![][checkmark] |
53-
| LuaJIT | ![][checkmark] |
49+
| Lua 5.1 | ![][checkmark] |
50+
| Lua 5.2 | ![][checkmark] |
51+
| Lua 5.3 | ![][checkmark] |
52+
| Lua 5.4 | ![][checkmark] |
53+
| LuaJIT | ![][checkmark] |
5454

5555
## Links
5656
- [Changelog](https://github.com/LuaLS/lua-language-server/blob/master/changelog.md)

0 commit comments

Comments
 (0)