language-cpp14

C++14 language support including new keywords, raw strings, digit separators, and binary literals

jbw3

44,566

24

0.6.2

MIT

GitHub

language-cpp14 package

Syntax highlighting for C++14.

Features

Doxygen

This package marks doxygen keywords. Most syntax themes will highlight them with the same color as keywords. To change this, add the following to your styles.less file:

atom-text-editor::shadow .keyword.other.documentation
{
    color: red;
}

License

MIT