Skip to content

Commit

Permalink
feat(language/yaml): use yaml-ts-mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Dec 7, 2024
1 parent c991e20 commit 1ddc73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/languages/siren-yaml.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ddc73e

Please sign in to comment.