diff --git a/files/init.el b/files/init.el index 5eca395..d9433bd 100644 --- a/files/init.el +++ b/files/init.el @@ -482,6 +482,10 @@ (push '("<=" . ?≤) prettify-symbols-alist) (push '(">=" . ?≥) prettify-symbols-alist)))) +(use-package wgsl-mode + :straight (wgsl-mode :type git :host github :repo "CramMK/wgsl-mode") + :mode ("\\.wgsl\\'" . wgsl-mode)) + ;; LaTeX (use-package auctex :straight t