]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/dockerfile-ts-mode.el: use \' instead of $
authorMattias Engdegård <mattiase@acm.org>
Sat, 10 Dec 2022 13:11:34 +0000 (14:11 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 11 Dec 2022 11:09:42 +0000 (12:09 +0100)
lisp/progmodes/dockerfile-ts-mode.el

index 1ece3dd59bfceed2446f64181b70917a6e51cde1..544e0f82d6dc025aa6965be92aa43620125d006e 100644 (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