add more compilers
This commit is contained in:
@@ -347,7 +347,9 @@ do
|
|||||||
local compiler_mapping = {
|
local compiler_mapping = {
|
||||||
dotnet={'*.csproj', '*.sln'},
|
dotnet={'*.csproj', '*.sln'},
|
||||||
pyright={'requirements.txt', 'pyproject.toml'},
|
pyright={'requirements.txt', 'pyproject.toml'},
|
||||||
go={'go.mod'}
|
go={'go.mod'},
|
||||||
|
gcc={'*.c'},
|
||||||
|
['g++']={'*.cpp'}
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type string[]
|
---@type string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user