From 026067c2a5b548c3729e9304585a6c5bd6712a85 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 23 Aug 2021 18:54:12 +0200 Subject: [PATCH] Add wgsl-mode --- files/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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