summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arkta/arkta-progmodes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/arkta/arkta-progmodes.el b/arkta/arkta-progmodes.el
index dc6d3c7..977fd92 100644
--- a/arkta/arkta-progmodes.el
+++ b/arkta/arkta-progmodes.el
@@ -242,7 +242,7 @@
242(use-package yaml-ts-mode 242(use-package yaml-ts-mode
243 :after treesit 243 :after treesit
244 :straight '(yaml-ts-mode :type built-in) 244 :straight '(yaml-ts-mode :type built-in)
245 :mode "\\.ya?ml\\'") 245 :mode ("\\.clang-\\(tidy\\|format\\)\\'" "\\.ya?ml\\'"))
246 246
247(use-package zig-mode 247(use-package zig-mode
248 :straight t 248 :straight t