Emacs kdl-ts-mode

This commit is contained in:
Andrea Ciceri 2025-01-08 15:19:59 +01:00
parent b67be71d21
commit b7c77998f3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 18 additions and 1 deletions

View file

@ -561,6 +561,8 @@
(use-package sh-mode
:hook (sh-mode . bash-ts-mode))
(use-package kdl-ts-mode
:mode "\\.kdl\\'")
(use-package gptscript-mode
:mode "\\.gpt\\'")