You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,25 @@ The Lua language server provides various language features for Lua to make devel
32
32
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.
33
33
34
34
### Visual Studio Code
35
-
[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
35
+
[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
36
+
36
37
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
[](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
42
+
[](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
43
+
42
44
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.
@@ -67,10 +69,10 @@ Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki
67
69
68
70
## Available Languages
69
71
70
-
✅`en-us`
71
-
✅`zh-cn`
72
-
✅`zh-tw`
73
-
✅`pt-br`
72
+
-`en-us` 🇺🇸
73
+
-`zh-cn` 🇨🇳
74
+
-`zh-tw` 🇹🇼
75
+
-`pt-br` 🇧🇷
74
76
75
77
76
78
> ℹ 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:
0 commit comments