add cargo compiler

This commit is contained in:
2026-06-10 23:14:47 +02:00
parent 70335867b7
commit da47abeb91
+2 -1
View File
@@ -349,7 +349,8 @@ do
pyright={'requirements.txt', 'pyproject.toml'}, pyright={'requirements.txt', 'pyproject.toml'},
go={'go.mod'}, go={'go.mod'},
gcc={'*.c'}, gcc={'*.c'},
['g++']={'*.cpp'} ['g++']={'*.cpp'},
cargo={'Cargo.toml'},
} }
---@type string[] ---@type string[]