; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist): $ -> \'
This commit is contained in:
parent
0cc199f1a6
commit
1d3cbba7df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue