add more compilers

This commit is contained in:
2026-06-10 22:19:02 +02:00
parent 329f51c93d
commit 70335867b7
+3 -1
View File
@@ -347,7 +347,9 @@ do
local compiler_mapping = {
dotnet={'*.csproj', '*.sln'},
pyright={'requirements.txt', 'pyproject.toml'},
go={'go.mod'}
go={'go.mod'},
gcc={'*.c'},
['g++']={'*.cpp'}
}
---@type string[]