mirror of https://github.com/helix-editor/helix
add `rockspec` to lua file types (#12516)
parent
367ccc1c64
commit
134aebf8cc
|
@ -1295,7 +1295,7 @@ formatter = { command = "dune", args = ["format-dune-file"] }
|
||||||
name = "lua"
|
name = "lua"
|
||||||
injection-regex = "lua"
|
injection-regex = "lua"
|
||||||
scope = "source.lua"
|
scope = "source.lua"
|
||||||
file-types = ["lua"]
|
file-types = ["lua", "rockspec"]
|
||||||
shebangs = ["lua", "luajit"]
|
shebangs = ["lua", "luajit"]
|
||||||
roots = [".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git"]
|
roots = [".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git"]
|
||||||
comment-token = "--"
|
comment-token = "--"
|
||||||
|
|
Loading…
Reference in New Issue