Added linting support for ldc2 and gdc compilers (#3892)

* Added linting support for ldc2 and gdc compilers

* Update runtime/plugins/linter/linter.lua

ldc2 arguments have been updated for linter

Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com>

---------

Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com>
This commit is contained in:
kodesettings
2025-10-21 19:51:54 +03:00
committed by GitHub
parent 115e560ee2
commit ccf0a9f6d6
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ following filetypes and linters:
* **c**: gcc
* **c++**: g++
* **d**: dmd
* **d**: ldc2
* **d**: gdc
* **go**: go build
* **go**: go vet
* **haskell**: hlint