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