Skip to content

atilaneves/flycheck-dmd-dub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flycheck-dmd-dub

Actions Status Coverage Status MELPA

Emacs lisp to read dependency information from dub and add syntax highlighting via flycheck that resolves package dependencies.

Basically tells emacs/flycheck how to call dmd with the right -I and -J flags.

Usage

Add this to your .emacs / init.el:

(add-hook 'd-mode-hook 'flycheck-dmd-dub-set-variables)

Installation

Install from MELPA or MELPA Stable with:

M-x package-install RET flycheck-dmd-dub.