From 134aebf8ccc6a2f204213f74f3d265a33679ae96 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Mon, 13 Jan 2025 06:45:38 -0700 Subject: [PATCH] add `rockspec` to lua file types (#12516) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "--"