diff --git a/lua/presence/file_assets.lua b/lua/presence/file_assets.lua index d52b7ff..6b557b7 100644 --- a/lua/presence/file_assets.lua +++ b/lua/presence/file_assets.lua @@ -62,8 +62,8 @@ return { ["CODE_OF_CONDUCT"] = { "Code of Conduct", "text" }, ["COMMIT_EDITMSG"] = { "git", "git" }, ["CONTRIBUTING"] = { "CONTRIBUTING", "text" }, - ["Cargo.lock"] = { "Cargo lockfile", "rust" }, - ["Cargo.toml"] = { "Cargo.toml", "rust" }, + ["Cargo.lock"] = { "Cargo lockfile", "cargo" }, + ["Cargo.toml"] = { "Cargo.toml", "cargo" }, ["Dockerfile"] = { "Docker", "docker" }, ["Gemfile"] = { "Gemfile", "ruby" }, ["Gemfile.lock"] = { "Gemfile lockfile", "ruby" },