el-get/recipes/cmake-mode.rcp

10 lines
554 B
Plaintext
Raw Normal View History

2010-12-18 16:21:18 +08:00
(: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."
2010-12-18 16:21:18 +08:00
:type http
:url "http://www.cmake.org/CMakeDocs/cmake-mode.el"
:before (progn
(autoload 'cmake-mode "cmake-mode" "Major mode for editing CMake listfiles.")
(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
(add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))))