feat(language/yaml): use yaml-ts-mode by default

This commit is contained in:
2024-12-07 18:26:29 +00:00
parent c991e20c99
commit 1ddc73e8a5

View File

@@ -89,6 +89,7 @@ or *.yaml file in a .github/workflows/ directory."
(when (fboundp 'yaml-ts-mode)
(use-package yaml-ts-mode
:straight (:type built-in)
:mode "\\.ya?ml\\'"
:hook (yaml-ts-mode . siren-yaml-ts-mode-setup)
:preface