Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 01841727..51c1a110 100644 --- a/languages.toml +++ b/languages.toml @@ -1295,7 +1295,7 @@ formatter = { command = "dune", args = ["format-dune-file"] } name = "lua" injection-regex = "lua" scope = "source.lua" -file-types = ["lua"] +file-types = ["lua", "rockspec"] shebangs = ["lua", "luajit"] roots = [".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git"] comment-token = "--" |