add rockspec
to lua file types (#12516)
This commit is contained in:
parent
367ccc1c64
commit
134aebf8cc
1 changed files with 1 additions and 1 deletions
|
@ -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 = "--"
|
||||
|
|
Loading…
Reference in a new issue