CMake
Sublime Text 2/3 - CMake Package
Labels language syntax
Details
Installs
- Total 98K
- Win 35K
- Mac 23K
- Linux 40K
Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 3 | 3 | 6 | 10 | 0 | 3 | 3 | 7 | 7 | 3 | 7 | 5 | 6 | 7 | 10 | 8 | 10 | 10 | 3 | 4 | 3 | 5 | 5 | 2 | 10 | 5 | 3 | 6 | 9 | 8 | 7 | 10 | 3 | 2 | 8 | 5 | 5 | 2 | 3 | 1 | 3 | 3 | 7 | 9 | 7 |
Mac | 0 | 1 | 0 | 2 | 1 | 1 | 3 | 2 | 2 | 4 | 1 | 6 | 2 | 3 | 5 | 0 | 3 | 5 | 5 | 1 | 5 | 1 | 1 | 4 | 3 | 2 | 2 | 1 | 2 | 3 | 2 | 1 | 3 | 0 | 0 | 1 | 2 | 1 | 5 | 4 | 3 | 0 | 4 | 3 | 5 | 4 |
Linux | 0 | 3 | 7 | 18 | 8 | 1 | 3 | 0 | 4 | 2 | 7 | 10 | 8 | 5 | 2 | 4 | 3 | 5 | 3 | 1 | 9 | 5 | 3 | 5 | 7 | 5 | 6 | 5 | 5 | 5 | 1 | 2 | 6 | 1 | 5 | 7 | 4 | 2 | 5 | 7 | 15 | 7 | 3 | 5 | 5 | 2 |
Readme
- Source
- raw.githubusercontent.com
CMake
- Simple auto-indentation support.
- Syntax highlighting for CMakeLists.txt files and
*.cmake
files, based on CMake 3.0. - Syntax highlighting for CMakeCache.txt files.
- Syntax highlighting for
.h.in
and.hpp.in
files. - Basic snippets.
- Basic keybindings.
Available Snippets
All (recent) built-in commands from cmake are provided as a basic snippet.
Available Key Bindings
- Select a word, and press $ to wrap the selection as a variable substitution. The newly inserted text will stay selected, so that you can press the double-quotes character " to enclose the selection in double-qoutes too. Press tab to get out of the selection if you don't want double-quotes.
- Select a word, and press ctrlshift, to wrap the selection as a generator expression with an argument.
- Select a word, and press ctrlshift. to wrap the selection as a generator expression without an argument.