el-get/recipes/cmake-mode.rcp

10 lines
501 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 (lambda()
(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
(add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))))