From 010cb0dccd574bb223509b3137248acabb9d9071 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 14 Apr 2023 11:36:14 +0300 Subject: [PATCH] Use json-ts-mode for TF state files --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b363166..5115a62 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -948,6 +948,7 @@ as the initial input for completion, and return that directory." (dolist (cell '(("Dockerfile" . dockerfile-ts-mode) ("\\.ya?ml\\'" . yaml-ts-mode) ("\\.json\\'" . json-ts-mode) + ("\\.tfstate\\'" . json-ts-mode) ("\\.ts\\'" . typescript-ts-mode) ("\\.rb\\'" . ruby-ts-mode) ("\\.rs\\'" . rust-ts-mode) -- 2.39.5