Edit this file:
~/Library/Application Support/Sublime Text 2/Packages/C++/C.tmLanguage
Go to approx. line 55 and add constexpr to the list
<dict> <key>match</key> <string>\b(const|extern|register|restrict|static|volatile|inline)\b</string> <key>name</key> <string>storage.modifier.c</string> </dict>
source share