1

Enable cmake-ts-mode for CMakeLists.txt files

This commit is contained in:
Jessie Hildebrandt 2025-03-14 00:55:04 -04:00
parent 3660fba6e1
commit 4296030911

View File

@ -403,6 +403,15 @@ DOCSTRING is an optional form that is discarded upon expansion."
:mode :mode
("\\.cppm\\'" . c++-ts-mode)) ("\\.cppm\\'" . c++-ts-mode))
;; ---------------------------------- ;;
;; cmake-ts-mode
;; ---------------------------------- ;;
(editor-feature cmake-ts-mode
"Major mode for CMake files, using the Tree-sitter parsing library."
:mode
("\\CMakeLists.txt\\'" . cmake-ts-mode))
;; ---------------------------------- ;; ;; ---------------------------------- ;;
;; compile ;; compile
;; ---------------------------------- ;; ;; ---------------------------------- ;;