An open API service indexing awesome lists of open source software.

https://github.com/juergenhoetzel/flymake-zig

A zig backend for Flymake
https://github.com/juergenhoetzel/flymake-zig

emacs emacs-package zig ziglang

Last synced: about 1 month ago
JSON representation

A zig backend for Flymake

Awesome Lists containing this project

README

          

#+title: flymake-zig

An Emacs flymake handler for syntax-checking assemlby source code using =zig=.
* Usage:

[[https://github.com/quelpa/quelpa-use-package][GitHub - quelpa/quelpa-use-package: Emacs quelpa handler for use-package]] setup:
#+begin_src elisp
(use-package flymake-zig
:quelpa (flymake-zig :fetcher github :repo "juergenhoetzel/flymake-zig")
:init (add-hook 'zig-mode-hook (lambda ()
(flymake-zig-setup)
(flymake-mode 1))))
#+end_src

#+RESULTS: