Skip to content

Commit

Permalink
add rockspec to lua file types (#12516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taywee authored Jan 13, 2025
1 parent 367ccc1 commit 134aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "--"
Expand Down

0 comments on commit 134aebf

Please sign in to comment.