|
4 | 4 | " Original Author: Jon Haggblad <https://github.com/octol>
|
5 | 5 | " Maintainer: bfrg <https://github.com/bfrg>
|
6 | 6 | " Website: https://github.com/bfrg/vim-cpp-modern
|
7 | | -" Last Change: Oct 23, 2023 |
| 7 | +" Last Change: Oct 13, 2023 |
8 | 8 | "
|
9 | 9 | " This syntax file is based on:
|
10 | 10 | " https://github.com/octol/vim-cpp-enhanced-highlight
|
@@ -173,9 +173,9 @@ endif
|
173 | 173 |
|
174 | 174 | " C++23 extensions {{{1
|
175 | 175 | if !exists('cpp_no_cpp23')
|
176 | | - syntax keyword cppSTLtype basic_stacktrace stacktrace_entry is_scoped_enum mdspan extents default_accessor layout_left layout_right layout_stride flat_set flat_map flat_multiset flat_multimap |
| 176 | + syntax keyword cppSTLtype basic_stacktrace stacktrace_entry is_scoped_enum mdspan extents default_accessor layout_left layout_right layout_stride flat_set flat_map flat_multiset flat_multimap is_implicit_lifetime reference_constructs_from_temporary reference_converts_from_temporary |
177 | 177 | syntax keyword cppSTLtypedef stacktrace dextents
|
178 | | - syntax keyword cppSTLbool is_scoped_enum_v |
| 178 | + syntax keyword cppSTLbool is_implicit_lifetime_v is_scoped_enum_v reference_constructs_from_temporary_v reference_converts_from_temporary_v |
179 | 179 | syntax keyword cppSTLfunction invoke_r
|
180 | 180 | syntax keyword cppSTLtype expected unexpected unexpect_t bad_expected_access
|
181 | 181 | syntax keyword cppSTLvariable unexpect
|
|
0 commit comments