Skip to content

Commit

Permalink
Add lua lsp (helix-editor#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
erasin authored and mtoohey31 committed Jun 15, 2022
1 parent 53fa1c9 commit 4af7297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
| llvm |||| |
| llvm-mir |||| |
| llvm-mir-yaml || || |
| lua || || |
| lua || || `lua-language-server` |
| make || | | |
| markdown || | | |
| meson || || |
Expand Down
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,10 @@ name = "lua"
scope = "source.lua"
file-types = ["lua"]
shebangs = ["lua"]
roots = []
roots = [".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git"]
comment-token = "--"
indent = { tab-width = 2, unit = " " }
language-server = { command = "lua-language-server", args = [] }

[[grammar]]
name = "lua"
Expand Down

0 comments on commit 4af7297

Please sign in to comment.