mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user