mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
278 B
EmacsLisp
9 lines
278 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/zig/packages.el
|
|
|
|
(package! zig-mode :pin "c46d024733b7c1d6af829bb610fc9629b060bc9e")
|
|
|
|
(when (and (modulep! +tree-sitter)
|
|
(fboundp 'treesit-available-p))
|
|
(package! zig-ts-mode :pin "3898b70d6f72da688e086323fa2922f1542d1318"))
|