; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'

This commit is contained in:
Mattias Engdegård 2022-12-14 12:25:49 +01:00
parent 0cc199f1a6
commit 1d3cbba7df

View file

@ -196,7 +196,7 @@ the subtrees."
;;;###autoload ;;;###autoload
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist
'("\\(?:CMakeLists\\.txt\\|\\.cmake\\)$" . cmake-ts-mode)) '("\\(?:CMakeLists\\.txt\\|\\.cmake\\)\\'" . cmake-ts-mode))
;;;###autoload ;;;###autoload
(define-derived-mode cmake-ts-mode prog-mode "CMake" (define-derived-mode cmake-ts-mode prog-mode "CMake"