Skip to content

Commit e0d2e4e

Browse files
committed
add nullptr_t
Close #34
1 parent 63d4e4c commit e0d2e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/cpp.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ syn keyword cppConstant __cplusplus
3636

3737
" C++ 11 extensions
3838
if !exists("cpp_no_cpp11")
39-
syn keyword cppType override final
39+
syn keyword cppType override final nullptr_t
4040
syn keyword cppExceptions noexcept
4141
syn keyword cppStorageClass constexpr decltype thread_local
4242
syn keyword cppConstant nullptr

0 commit comments

Comments
 (0)