CMake
Sublime Text 2/3 - CMake Package
Labels language syntax
Details
Installs
- Total 99K
- Win 35K
- Mac 23K
- Linux 41K
| Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 13 | 7 | 8 | 3 | 9 | 9 | 7 | 5 | 5 | 6 | 4 | 4 | 6 | 8 | 4 | 5 | 1 | 4 | 2 | 6 | 3 | 7 | 5 | 3 | 7 | 3 | 11 | 5 | 4 | 5 | 1 | 4 | 5 | 4 | 7 | 5 | 14 | 5 | 5 | 7 | 3 | 5 | 7 | 3 | 3 |
| Mac | 0 | 1 | 1 | 0 | 1 | 2 | 4 | 2 | 3 | 1 | 1 | 2 | 5 | 2 | 2 | 1 | 1 | 2 | 1 | 2 | 1 | 3 | 1 | 1 | 1 | 2 | 4 | 2 | 5 | 0 | 3 | 3 | 1 | 7 | 2 | 3 | 3 | 1 | 0 | 3 | 3 | 1 | 2 | 2 | 1 | 0 |
| Linux | 0 | 4 | 3 | 6 | 2 | 4 | 10 | 3 | 13 | 3 | 5 | 3 | 8 | 3 | 4 | 6 | 8 | 11 | 2 | 3 | 5 | 7 | 3 | 8 | 2 | 3 | 6 | 11 | 3 | 6 | 3 | 1 | 6 | 6 | 9 | 7 | 9 | 10 | 3 | 3 | 4 | 6 | 2 | 4 | 4 | 2 |
Readme
- Source
- raw.githubusercontent.com
CMake
- Simple auto-indentation support.
- Syntax highlighting for CMakeLists.txt files and
*.cmakefiles, based on CMake 3.0. - Syntax highlighting for CMakeCache.txt files.
- Syntax highlighting for
.h.inand.hpp.infiles. - 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.