raaka1 / language-cpp14

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language-cpp14 package

Syntax highlighting for C++14.

Features

  • C++11 and C++14 keywords
  • Doxygen keywords
  • Binary literals
  • Digit separators
  • Raw strings
  • C++ snippets

Doxygen

This package marks doxygen keywords. However, many syntax themes do not highlight them. If your theme does not, you can enable highlighting by adding the following to your styles.less file:

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

License

MIT

About

License:MIT License


Languages

Language:CoffeeScript 100.0%