Skip to content

Integrate plantuml with flycheck for automatic syntax errors highlighting in Emacs

Notifications You must be signed in to change notification settings

alexmurray/flycheck-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flycheck plantuml Checker

License GPL 3 MELPA Build Status

Integrate plantuml (via plantuml-mode) with flycheck to automatically check the syntax of your plantuml files on the fly.

Installation

MELPA

The preferred way to install flycheck-plantuml is via MELPA - then you can just M-x package-install RET flycheck-plantuml RET

To enable then simply add the following to your init file:

(with-eval-after-load 'flycheck
  (require 'flycheck-plantuml)
  (flycheck-plantuml-setup))

Manual

If you would like to install the package manually, download or clone it and place within Emacs' load-path, then you can require it in your init file like this:

(require 'flycheck-plantuml)
(flycheck-plantuml-setup)

NOTE: This will also require the manual installation of flycheck and plantuml-mode if you have not done so already.

License

Copyright © 2016 Alex Murray

Distributed under GNU GPL, version 3.

About

Integrate plantuml with flycheck for automatic syntax errors highlighting in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published