All Projects → zyxar → Sublime-CMakeLists

zyxar / Sublime-CMakeLists

Licence: MIT License
Sublime Text 2/3 - CMake Package

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublime-CMakeLists

SublimeLinter-contrib-markdownlint
A Sublime Text Linter for Markdown/CommonMark files.
Stars: ✭ 29 (-53.23%)
Mutual labels:  sublime-text
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+332.26%)
Mutual labels:  sublime-text
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (-35.48%)
Mutual labels:  sublime-text
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+32.26%)
Mutual labels:  sublime-text
sublime-flowtype
A full featured Flow type support for Sublime Text 3
Stars: ✭ 25 (-59.68%)
Mutual labels:  sublime-text
SublimeScraps
Sample Sublime Text 3 stuff for the curious and unwary
Stars: ✭ 62 (+0%)
Mutual labels:  sublime-text
alfred-sublime-text
Filter and open your Sublime Text (2 and 3) project files from Alfred.
Stars: ✭ 66 (+6.45%)
Mutual labels:  sublime-text
sublime-yardoc
SublimeText plugin to generate yardoc
Stars: ✭ 34 (-45.16%)
Mutual labels:  sublime-text
sublime-profiles
Profile Switcher for Sublime Text
Stars: ✭ 59 (-4.84%)
Mutual labels:  sublime-text
sublime
A danker, more neon theme for sublime text
Stars: ✭ 17 (-72.58%)
Mutual labels:  sublime-text
sublime-better-ruby
Sublime Text Ruby package (snippets, builder, syntax highlight)
Stars: ✭ 33 (-46.77%)
Mutual labels:  sublime-text
gray-matter
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.
Stars: ✭ 69 (+11.29%)
Mutual labels:  sublime-text
sublime-text
Subime Text 相关资源收集整理
Stars: ✭ 62 (+0%)
Mutual labels:  sublime-text
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-62.9%)
Mutual labels:  sublime-text
After-Effects-Scripting-Sublime-Text-Package
Sublime Text 2 package for After Effects.
Stars: ✭ 69 (+11.29%)
Mutual labels:  sublime-text
github markdown snippets
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Stars: ✭ 23 (-62.9%)
Mutual labels:  sublime-text
sublime-wai-aria
WAI-ARIA Roles, States and Properties auto-completion for Sublime Text
Stars: ✭ 21 (-66.13%)
Mutual labels:  sublime-text
spacegray
A Hyperminimal UI Theme for Sublime Text
Stars: ✭ 7,260 (+11609.68%)
Mutual labels:  sublime-text
sublime-scheme-alabaster
Minimalist color scheme for Sublime Text 3
Stars: ✭ 165 (+166.13%)
Mutual labels:  sublime-text
Sublime-GenericConfig
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3
Stars: ✭ 39 (-37.1%)
Mutual labels:  sublime-text

CMake

Gitter

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].