Skip to content

Commit

Permalink
Merge pull request #72 from dotemacs/feature/really-add-dot-tofu-suffix
Browse files Browse the repository at this point in the history
Really add .tofu suffix
  • Loading branch information
Fuco1 authored Aug 1, 2024
2 parents bd59e4c + 10bdb08 commit abfc10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ If the point is not at the heading, call
(imenu-add-to-menubar "Terraform"))

;;;###autoload
(add-to-list 'auto-mode-alist '(".\\(tf\\(vars\\)?\\|tofu\\)'". terraform-mode))
(add-to-list 'auto-mode-alist '("\\.t\\(f\\(vars\\)?\\|ofu\\)\\'" . terraform-mode))

(provide 'terraform-mode)

Expand Down

0 comments on commit abfc10f

Please sign in to comment.