-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added C++14 binary literal highlight #31
Conversation
LGTM but leave to others. |
Thank you for your review. Can anyone else review this PR? |
でなくて大丈夫ですかね? |
必要でした.ありがとうございます.今夜修正します. |
修正しました! |
Hello, |
Hi, could you review this PR? |
Added C++14 binary literal highlight
@rhysd 👍 |
I'll send latest syntax/cpp.vim to vim-dev |
Thanks! |
ISO/IEC 14882:2014 was issued at the beginning of this year. So we should start to improve vim-cpp to work well with C++14 code, I think.
As a first work, I added
g:cpp_no_cpp14
variable check and a highlight for binary literal.