From 91ac30b16413ed1981fc27fe93a3a1a607c46842 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 8 Mar 2021 16:23:20 -0500 Subject: [PATCH] A few more C++ names. --- vim/after/syntax/cpp.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/after/syntax/cpp.vim b/vim/after/syntax/cpp.vim index 7b52659..0520b57 100644 --- a/vim/after/syntax/cpp.vim +++ b/vim/after/syntax/cpp.vim @@ -44,6 +44,7 @@ syn region cxxBoostLibrary matchgroup=cxxLibPrefix start="\<\(boost\)\z(::\)\@=" syn keyword cxxStlKeywords containedin=cxxStlLibrary,cxxBoostLibrary string_view mutex thread contained syn keyword cxxStlKeywords containedin=cxxStlLibrary string contained +syn keyword cxxStlKeywords contained containedin=cxxStlLibrary byte syn keyword cxxStlKeywords containedin=cxxStlLibrary,cxxBoostLibrary function contained @@ -56,7 +57,7 @@ syn keyword cxxStlTypes containedin=cxxStlLibrary,cxxBoostLibrary unordered_map syn keyword cxxStlTypes containedin=cxxStlLibrary,cxxBoostLibrary unordered_set unordered_multiset contained -syn keyword cxxStlService containedin=cxxStlLibrary cout clog cerr contained +syn keyword cxxStlService containedin=cxxStlLibrary cout cin clog cerr contained syn keyword cxxStlConstant containedin=cxxStlLibrary endl flush contained " Smart pointers