; * lisp/progmodes/dockerfile-ts-mode.el: use \' instead of $

This commit is contained in:
Mattias Engdegård 2022-12-10 14:11:34 +01:00
parent 9f7e5584a4
commit 864ed9dfa1

View file

@ -132,7 +132,7 @@ the subtrees."
;;;###autoload
(add-to-list 'auto-mode-alist
;; NOTE: We can't use `rx' here, as it breaks bootstrap.
'("\\(?:Dockerfile\\(?:\\..*\\)?\\|\\.[Dd]ockerfile\\)$"
'("\\(?:Dockerfile\\(?:\\..*\\)?\\|\\.[Dd]ockerfile\\)\\'"
. dockerfile-ts-mode))
;;;###autoload