aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d3c4ef43..2c79b977 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"