el-get/recipes/cmake-mode.rcp
2012-02-27 11:52:22 +01:00

10 lines
498 B
Plaintext

(:name cmake-mode
:website "http://www.itk.org/Wiki/CMake_Editors_Support"
:description "Provides syntax highlighting and indentation for CMakeLists.txt and *.cmake source files."
:type http
:url "http://www.cmake.org/CMakeDocs/cmake-mode.el"
:features "cmake-mode"
:post-init (progn
(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
(add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))))