Skip to content

flymake mode for json using emacs' builtin json-parse-buffer

License

Notifications You must be signed in to change notification settings

mokrates/json-simple-flymake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json-simple-flymake

flymake mode for json using emacs' builtin json-parse-buffer

install

Throw json-simple-flymake.el into your ~/.emacs.d/ and add

(load "~/.emacs.d/json-simple-flymake.el")

at the end of your ~/.emacs.

Customize

M-x customize-group RET json-simple-flymake-group

Limitations

only ever marks but one error, because we use json-parse-buffer, which doesn't do more. But hey, more than nothing for a devop who want's to edit some json configs and not install a zillion jiggabytes of npm madness for jsonlint, right?

About

flymake mode for json using emacs' builtin json-parse-buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages