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