add rockspec to lua file types (#12516)

This commit is contained in:
Taylor C. Richberger 2025-01-13 06:45:38 -07:00 committed by GitHub
parent 367ccc1c64
commit 134aebf8cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = "--"