diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/syntax/cpp.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/syntax/cpp.vim b/after/syntax/cpp.vim index c0bc3ec7..4560b0ca 100644 --- a/after/syntax/cpp.vim +++ b/after/syntax/cpp.vim @@ -624,6 +624,7 @@ syntax keyword cppSTLtype const_mem_fun_ref_t syntax keyword cppSTLtype const_mem_fun_t syntax keyword cppSTLtype const_pointer syntax keyword cppSTLtype const_reference +syntax keyword cppSTLtype container_type syntax keyword cppSTLtype deque syntax keyword cppSTLtype difference_type syntax keyword cppSTLtype div_t |