CMake
Sublime Text 2/3 - CMake Package
Labels language syntax
Details
Installs
- Total 97K
- Win 34K
- Mac 23K
- Linux 40K
May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 7 | 5 | 3 | 5 | 6 | 3 | 4 | 8 | 7 | 4 | 8 | 3 | 5 | 7 | 14 | 5 | 4 | 3 | 8 | 12 | 5 | 9 | 4 | 4 | 5 | 14 | 6 | 9 | 6 | 9 | 8 | 4 | 6 | 8 | 10 | 8 | 5 | 6 | 7 | 9 | 9 | 13 | 3 | 4 | 4 |
Mac | 1 | 1 | 4 | 1 | 4 | 2 | 2 | 3 | 1 | 5 | 2 | 5 | 3 | 3 | 2 | 1 | 1 | 1 | 0 | 3 | 4 | 1 | 3 | 2 | 1 | 2 | 2 | 3 | 1 | 2 | 4 | 0 | 2 | 3 | 3 | 6 | 6 | 1 | 2 | 1 | 3 | 2 | 1 | 4 | 2 | 1 |
Linux | 0 | 4 | 4 | 2 | 8 | 4 | 6 | 8 | 9 | 6 | 14 | 6 | 8 | 10 | 3 | 3 | 6 | 2 | 6 | 2 | 8 | 2 | 7 | 3 | 2 | 5 | 7 | 13 | 6 | 5 | 2 | 7 | 4 | 5 | 3 | 5 | 5 | 1 | 10 | 3 | 8 | 3 | 3 | 7 | 8 | 3 |
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.