; * lisp/progmodes/dockerfile-ts-mode.el: use \' instead of $
This commit is contained in:
parent
9f7e5584a4
commit
864ed9dfa1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue